EventSourceOptions.Tags Property

Definition

The event tags defined for this event source.

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

Property Value

Returns EventTags.

Applies to