EventWrittenEventArgs.Tags Property

Definition

Returns the tags specified in the call to the Write(String, EventSourceOptions) method.

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

Property Value

Returns EventTags.

Applies to