SPSite.UIVersionConfigurationEnabled Property

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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPSite
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled

instance.UIVersionConfigurationEnabled = value
[ClientCallableAttribute]
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