SPWebInfo.UIVersionConfigurationEnabled property

Indicates whether the Web site UIVersion may be configured from the user interface.

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

Syntax

'Declaration
Public ReadOnly Property UIVersionConfigurationEnabled As Boolean
    Get
'Usage
Dim instance As SPWebInfo
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled
public bool UIVersionConfigurationEnabled { get; }

Property value

Type: System.Boolean
True if the Web site UIVersion may be configured from the user interface and False if not.

See also

Reference

SPWebInfo class

SPWebInfo members

Microsoft.SharePoint namespace