Compartir a través de


ComponentTrace<TComponentTagsClass>.CheckEnabled Method

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Shared Function CheckEnabled ( _
    tag As Integer _
) As Boolean
'Usage
Dim tag As Integer
Dim returnValue As Boolean

returnValue = ComponentTrace.CheckEnabled(tag)
public static bool CheckEnabled(
    int tag
)

Parameters

Return Value

Type: System.Boolean