LoggingChannel.Enabled Property

Definition

Gets a value that indicates whether at least one session is logging events from this channel.

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

Property Value

Boolean

bool

Returns true if at least one session is listening for events from the channel, and otherwise false.

Implements

Applies to

See also