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.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CollationLCID As UInteger
Get
'Usage
Dim instance As RegionalSettings
Dim value As UInteger
value = instance.CollationLCID
public uint CollationLCID { get; }
Property value
Type: System.UInt32
The collation LCID.
Remarks
A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.