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 locale for the query.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Property Culture As CultureInfo
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As CultureInfo
value = instance.Culture
instance.Culture = value
public CultureInfo Culture { get; set; }
Property Value
Type: System.Globalization.CultureInfo
The locale ID.