EventAttribute.Tags Property

Definition

Gets or sets the EventTags value for this EventAttribute object. An event tag is a user-defined value that is passed through when the event is logged.

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

The EventTags value for this EventAttribute object. An event tag is a user-defined value that is passed through when the event is logged.

Applies to