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)
Available in Sandboxed Solutions: No

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