SPDeveloperDashboardSettings.AutoLaunchEnabled property
If true, the developer dashboard will automatically launch when a critical error or excessive resource use is detected during a page browse.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AutoLaunchEnabled As Boolean
Get
Set
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As Boolean
value = instance.AutoLaunchEnabled
instance.AutoLaunchEnabled = value
public bool AutoLaunchEnabled { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPDeveloperDashboardSettings class