SPUtility.DeveloperDashboardIsEnabled property

Gets the developer dashboard enabled-status for the current request.

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

Syntax

'Declaration
Public Shared ReadOnly Property DeveloperDashboardIsEnabled As Boolean
    Get
'Usage
Dim value As Boolean

value = SPUtility.DeveloperDashboardIsEnabled
public static bool DeveloperDashboardIsEnabled { get; }

Property value

Type: System.Boolean
true if the developer dashboard is enabled; otherwise, false.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace