Compartilhar via


SPWebInfo.UIVersionConfigurationEnabled property

Indica se o site da Web UIVersion podem ser configurados na interface de usuário.

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

Syntax

'Declaração
Public ReadOnly Property UIVersionConfigurationEnabled As Boolean
    Get
'Uso
Dim instance As SPWebInfo
Dim value As Boolean

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

Property value

Type: System.Boolean
True se o site UIVersion pode ser configurado na interface do usuário e False se não.

Ver também

Referência

SPWebInfo class

SPWebInfo members

Microsoft.SharePoint namespace