SPDeveloperDashboardSettings.DisplayLevel property

Indicates whether the developer dashboard is set to Off, On, or On Demand.

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

Syntax

'Declaration
Public Property DisplayLevel As SPDeveloperDashboardLevel
    Get
    Set
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As SPDeveloperDashboardLevel

value = instance.DisplayLevel

instance.DisplayLevel = value
public SPDeveloperDashboardLevel DisplayLevel { get; set; }

Property value

Type: Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel
A SPDeveloperDashboardLevel enumerator representation of the display level.

See also

Reference

SPDeveloperDashboardSettings class

SPDeveloperDashboardSettings members

Microsoft.SharePoint.Administration namespace