RegionalSettings.CollationLCID 属性

获取网站上使用的排序规则的区域设置标识符 (LCID)。

命名空间:  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
排序规则 LCID。

备注

排序规则指定表示每个字符和字符依据的排序和比较的规则的位模式。

另请参阅

引用

RegionalSettings 类

RegionalSettings 成员

Microsoft.SharePoint.Client 命名空间