SPSite.WebVisualReport.UIVersionConfigurationEnabled property

Indicates whether the user experience settings are enabled on this site.

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

Syntax

'Declaration
Public Property UIVersionConfigurationEnabled As Boolean
    Get
    Private Set
'Usage
Dim instance As SPSite.WebVisualReport
Dim value As Boolean

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

Property value

Type: System.Boolean
A Boolean indicating whether user experience settings are enabled on this site or not.

See also

Reference

SPSite.WebVisualReport class

SPSite.WebVisualReport members

Microsoft.SharePoint namespace