Share via


SPRegionalSettings.CollationLCID Property

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.

See Also

Reference

SPRegionalSettings Class

SPRegionalSettings Members

Microsoft.SharePoint Namespace