QueryProperties.Culture Property

Gets or sets the locale for the query.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.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.

See Also

Reference

QueryProperties Class

QueryProperties Members

Microsoft.Office.Server.Search.Query Namespace