SPDeveloperDashboardSettings.DiagnosticsConditions property
A set of conditions which will boost tracing level for that request Only one of the conditions need to be true
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DiagnosticsConditions As SPDiagnosticsConditions
Get
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As SPDiagnosticsConditions
value = instance.DiagnosticsConditions
public SPDiagnosticsConditions DiagnosticsConditions { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPDiagnosticsConditions
See also
Reference
SPDeveloperDashboardSettings class