RefinementManager.DisplayCulture property

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 .

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace