DeveloperDashboard.IsEnabled property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Shared Property IsEnabled As Boolean
Get
Set
'Usage
Dim value As Boolean
value = DeveloperDashboard.IsEnabled
DeveloperDashboard.IsEnabled = value
public static bool IsEnabled { get; set; }
Type: System.Boolean