DSQuery.ComparisonLocale Property

Gets or sets the locale that the server uses for string comparisons.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property ComparisonLocale As String
    Get
    Set

Dim instance As DSQuery
Dim value As String

value = instance.ComparisonLocale

instance.ComparisonLocale = value
public string ComparisonLocale { get; set; }

Property Value

Type: System.String
A string that contains the locale ID (LCID).

Remarks

The value of the ComparisonLocale property affects both filtering and ordering on string data.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace