共用方式為


SPWeb.UIVersionConfigurationEnabled property

NOTE: This API is now obsolete.

取得或設定值,這個值,指出是否啟用使用者介面 (UI) 的變更的使用者介面版本。

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

Syntax

'宣告
<ObsoleteAttribute("Deferred site upgrade removes the need for this.")> _
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Set
'用途
Dim instance As SPWeb
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled

instance.UIVersionConfigurationEnabled = value
[ObsoleteAttribute("Deferred site upgrade removes the need for this.")]
public bool UIVersionConfigurationEnabled { get; set; }

Property value

Type: System.Boolean
若要啟用的 UI 設定 UI 版本 ; true否則, false。

備註

您可以設定這個屬性,以啟用或停用變更從 UI 的 UI 的版本。不過,這個屬性的值已變更 UI 版本的程式碼沒有影響。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace