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.
Enumerator used to specify behavior aspects of the developer dashboard. Behavior is either Off, On, or On Demand.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPDeveloperDashboardLevel
'Usage
Dim instance As SPDeveloperDashboardLevel
public enum SPDeveloperDashboardLevel
Members
| Member name | Description | |
|---|---|---|
| Off | Enumeration value = 0. This setting means the Dashboard feature is disabled. | |
| OnDemand | Enumeration value = 1 and means the Dashboard feature is available on request. | |
| On | Enumeration value = 2 and means the Dashboard feature is enabled. |