SPMonitoredScope.IsDeveloperDashboardEnabled property
持續追蹤的開發人員啟用儀表板的資訊。這會很有用時我們會在執行緒中無法取得 HttpContext
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IsDeveloperDashboardEnabled As Boolean
Get
Friend Set
'用途
Dim instance As SPMonitoredScope
Dim value As Boolean
value = instance.IsDeveloperDashboardEnabled
public bool IsDeveloperDashboardEnabled { get; internal set; }
Property value
Type: System.Boolean