共用方式為


SPSite.UIVersionConfigurationEnabled property

NOTE: This API is now obsolete.

取得或設定布林值,指定是否啟用視覺化升級的使用者介面 (UI) 來變更網站集合的 UI 版本。

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

Syntax

'宣告
<ObsoleteAttribute("UIVersion is configured by deferred site upgrade.")> _
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Set
'用途
Dim instance As SPSite
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled

instance.UIVersionConfigurationEnabled = value
[ObsoleteAttribute("UIVersion is configured by deferred site upgrade.")]
public bool UIVersionConfigurationEnabled { get; set; }

Property value

Type: System.Boolean
Boolean
true以顯示視覺化升級 UI ;否則, false。

請參閱

參照

SPSite class

SPSite members

Microsoft.SharePoint namespace