请注意:此 API 现在已过时。
Gets or sets a Boolean value that specifies whether to enable the visual upgrade user interface (UI) for changing the UI version of the site collection.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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; }
属性值
类型:System.Boolean
Boolean
true to display the visual upgrade UI; otherwise, false.