SPWeb.UIVersionConfigurationEnabled Property

Gets or sets a value that indicates whether to enable the user interface (UI) for changing the version of the UI.

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 SPWeb
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled

instance.UIVersionConfigurationEnabled = value
[ClientCallableAttribute]
public bool UIVersionConfigurationEnabled { get; set; }

Property Value

Type: System.Boolean
true to enable the UI for setting the UI version; otherwise, false.

Remarks

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.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace