SPSite.UIVersionConfigurationEnabled property

NOTE: This API is now obsolete.

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.

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

Syntax

'Declaration
<ObsoleteAttribute("UIVersion is configured by deferred site upgrade.")> _
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Set
'Usage
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 to display the visual upgrade UI; otherwise, false.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace