Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the developer dashboard is set to Off, On, or On Demand.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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