WebCreationInformation.Language 属性

Gets or sets the locale ID that specifies the language of the new 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 Property Language As Integer
    Get
    Set
用法
Dim instance As WebCreationInformation
Dim value As Integer

value = instance.Language

instance.Language = value
public int Language { get; set; }

属性值

类型:System.Int32
A Int32 that represents the locale ID.

备注

It must be a valid LCID. An LCID is a 4-byte value. The value supplied in an LCID is a standard numeric substitution for the international [RFC4646] string.

另请参阅

引用

WebCreationInformation 类

WebCreationInformation 成员

Microsoft.SharePoint.Client 命名空间