EventTypeFilter.EventType Property

Definition

Gets or sets the event type of the messages to trace.

public:
 property System::Diagnostics::SourceLevels EventType { System::Diagnostics::SourceLevels get(); void set(System::Diagnostics::SourceLevels value); };
public System.Diagnostics.SourceLevels EventType { get; set; }
member this.EventType : System.Diagnostics.SourceLevels with get, set
Public Property EventType As SourceLevels

Property Value

A bitwise combination of the SourceLevels values.

Remarks

The EventType property indicates the level at which to trace.

Applies to