EventAttribute.Tags Propiedad

Definición

Obtiene o establece el valor de EventTags para el objeto EventAttribute. Una etiqueta de evento es un valor definido por el usuario que se pasa cuando se registra el evento.

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

Valor de propiedad

Valor EventTags de este EventAttribute objeto. Una etiqueta de evento es un valor definido por el usuario que se pasa cuando se registra el evento.

Se aplica a