EventWrittenEventArgs.Level Property

Definition

Gets the level of the event.

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

Property Value

The level of the event.

Applies to