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 or sets the current culture information used by the custom filter.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QueryCulture As CultureInfo
Get
Set
'Usage
Dim instance As ManagedPropertyCustomFilter
Dim value As CultureInfo
value = instance.QueryCulture
instance.QueryCulture = value
public CultureInfo QueryCulture { get; set; }
Property Value
Type: System.Globalization.CultureInfo
The current culture information used by the custom filter.
See Also
Reference
ManagedPropertyCustomFilter Class