SPMonitoredScope.IsDeveloperDashboardEnabled property

Keep track of dev dashboard enabled information. This is useful when we are in a thread cannot get HttpContext

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

Syntax

'Declaration
Public Property IsDeveloperDashboardEnabled As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPMonitoredScope
Dim value As Boolean

value = instance.IsDeveloperDashboardEnabled
public bool IsDeveloperDashboardEnabled { get; internal set; }

Property value

Type: System.Boolean

See also

Reference

SPMonitoredScope class

SPMonitoredScope members

Microsoft.SharePoint.Utilities namespace