DSQuery.comparisonLocale Property
Gets or sets the locale that the server uses for string comparisons.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property comparisonLocale As String
Get
Set
'Usage
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.