Свойство RegionalSettings.CollationLCID
Gets the locale identifier (LCID) for the collation rules that are used on the site.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property CollationLCID As UInteger
Get
'Применение
Dim instance As RegionalSettings
Dim value As UInteger
value = instance.CollationLCID
public uint CollationLCID { get; }
Значение свойства
Тип: System.UInt32
The collation LCID.
Замечания
A collation specifies the bit patterns that represent each character and the rules by which characters are sorted and compared.