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 the locale identifier (LCID) for the collation rules that are used on the site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property CollationLCID As UInteger
Get
'Usage
Dim instance As SPRegionalSettings
Dim value As UInteger
value = instance.CollationLCID
public uint CollationLCID { get; }
Property Value
Type: System.UInt32
A 32-bit integer that indicates the collation LCID.
Remarks
A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.