Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the culture used when the refinement filters are displayed.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayCulture As CultureInfo
Get
'Usage
Dim instance As RefinementManager
Dim value As CultureInfo
value = instance.DisplayCulture
public CultureInfo DisplayCulture { get; }
Property value
Type: System.Globalization.CultureInfo
The culture used when the refinement filters are displayed.
Remarks
The default value of this property is null .