LoggingChannel.Enabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.