DeveloperDashboard.IsEnabled Property
Gets a Boolean value indicating wither the Developer Dashboard is enabled for the current HTTP request.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Property IsEnabled As Boolean
Get
Set
'Usage
Dim value As Boolean
value = DeveloperDashboard.IsEnabled
DeveloperDashboard.IsEnabled = value
public static bool IsEnabled { get; set; }
Property Value
Type: System.Boolean
true if the Developer Dashboard is present; otherwise, false.