获取当前请求的开发人员仪表板启用状态。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared ReadOnly Property DeveloperDashboardIsEnabled As Boolean
Get
用法
Dim value As Boolean
value = SPUtility.DeveloperDashboardIsEnabled
public static bool DeveloperDashboardIsEnabled { get; }
属性值
类型:System.Boolean
true如果启用了开发人员仪表板 ;否则为false。