EventWrittenEventArgs.Channel Property

Definition

Gets the channel for the event.

public:
 property System::Diagnostics::Tracing::EventChannel Channel { System::Diagnostics::Tracing::EventChannel get(); };
public System.Diagnostics.Tracing.EventChannel Channel { get; }
member this.Channel : System.Diagnostics.Tracing.EventChannel
Public ReadOnly Property Channel As EventChannel

Property Value

The channel for the event.

Applies to