SPWeb.UIVersion 属性

Gets or sets the current version number of the user interface.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property UIVersion As Integer
    Get
    Set
用法
Dim instance As SPWeb
Dim value As Integer

value = instance.UIVersion

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

属性值

类型:System.Int32
A number between 0 and 127.

备注

The value of this property indicates which elements of the user interface and which master pages are in use. It can also determine compatibility with other components of SharePoint Foundation.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间