DSQuery.ComparisonLocale Property
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property ComparisonLocale As String
Get
Set
'Usage
Dim instance As DSQuery
Dim value As String
value = instance.ComparisonLocale
instance.ComparisonLocale = value
[ObsoleteAttribute("Use the Lists web service instead.")]
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.