SPDiagnosticsConditions constructor (Boolean)
Initializes a new instance of the SPDiagnosticsConditions class based on enabled matching conditions.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
enabled As Boolean _
)
'Usage
Dim enabled As Boolean
Dim instance As New SPDiagnosticsConditions(enabled)
public SPDiagnosticsConditions(
bool enabled
)
Parameters
enabled
Type: System.BooleanWhether matching conditions is globally enabled.
See also
Reference
SPDiagnosticsConditions members