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

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