SPDeveloperDashboardSettings.AutoLaunchEnabled Property
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