Свойство SPSite.UIVersionConfigurationEnabled

Примечание. Этот 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.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint