SPWeb.UIVersionConfigurationEnabled 属性
请注意:此 API 现在已过时。
Gets or sets a value that indicates whether to enable the user interface (UI) for changing the version of the UI.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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; }
属性值
类型:System.Boolean
true to enable the UI for setting the UI version; otherwise, false.
备注
You can set this property to enable or disable changing the version of the UI from the UI. However, the value of this property has no effect on code that changes the UI version.