EventFieldAttribute.Tags Property

Definition

Gets or sets the user-defined EventFieldTags value that is required for fields that contain data that isn't one of the supported types.

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

Property Value

Returns EventFieldTags.

Applies to