Freigeben über


ILoggingChannel.Enabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Nachrichten im aktuellen LoggingChannel protokolliert werden.

public:
 property bool Enabled { bool get(); };
bool Enabled();
public bool Enabled { get; }
var boolean = iLoggingChannel.enabled;
Public ReadOnly Property Enabled As Boolean

Eigenschaftswert

Boolean

bool

True , wenn Nachrichten im aktuellen Kanal protokolliert werden; andernfalls false.

Gilt für:

Weitere Informationen