共用方式為


SPWeb.UIVersion property

取得或設定目前的版本號碼的使用者介面。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
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; }

Property value

Type: System.Int32
0 到 127 之間的數字。

備註

這個屬性的值表示使用者介面和都在使用中的主版頁面的哪些項目。它也可以決定與其他元件的SharePoint Foundation的相容性。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace