共用方式為


SPUtility.DeveloperDashboardIsEnabled property

取得目前要求開發人員儀表板啟用狀態。

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

Syntax

'宣告
Public Shared ReadOnly Property DeveloperDashboardIsEnabled As Boolean
    Get
'用途
Dim value As Boolean

value = SPUtility.DeveloperDashboardIsEnabled
public static bool DeveloperDashboardIsEnabled { get; }

Property value

Type: System.Boolean
true如果已啟用開發人員儀表板 ;否則,請false。

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace