Site.UIVersionConfigurationEnabled property

Gets or sets a value that specifies whether the Visual Upgrade UI of this site collection is displayed.

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

Syntax

'Declaration
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Set
'Usage
Dim instance As Site
Dim value As Boolean

value = instance.UIVersionConfigurationEnabled

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

Property value

Type: System.Boolean
Returns Booleantrue if the Visual Upgrade UI of this site collection is displayed otherwise returns false.

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace