SPWeb.UIVersionConfigurationEnabled property

NOTE: This API is now obsolete.

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)

Syntax

'Declaration
<ObsoleteAttribute("Deferred site upgrade removes the need for this.")> _
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled

instance.UIVersionConfigurationEnabled = value
[ObsoleteAttribute("Deferred site upgrade removes the need for this.")]
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