Partager via


RegionalSettings.CollationLCID - Propriété

Gets the locale identifier (LCID) for the collation rules that are used on the site.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CollationLCID As UInteger
    Get
'Utilisation
Dim instance As RegionalSettings
Dim value As UInteger

value = instance.CollationLCID
public uint CollationLCID { get; }

Valeur de propriété

Type : System.UInt32
The collation LCID.

Remarques

A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.

Voir aussi

Référence

RegionalSettings classe

RegionalSettings - Membres

Microsoft.SharePoint.Client - Espace de noms