Web.UIVersion 属性

Gets or sets the user interface (UI) version of the Web 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 UIVersion As Integer
    Get
    Set
用法
Dim instance As Web
Dim value As Integer

value = instance.UIVersion

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

属性值

类型:System.Int32
A 32-bit integer between 0 and 127 that specifies the UI version.

备注

The UI version defines the UI elements and master pages that are used on the Web, and is used to determine compatibility with other SharePoint Server components.

另请参阅

引用

Web 类

Web 成员

Microsoft.SharePoint.Client 命名空间