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.
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.