EventAttribute.Tags Propriedade
Definição
Obtém ou define o valor EventTags deste objeto EventAttribute.Gets or sets the EventTags value for this EventAttribute object. Uma marca de evento é um valor definido pelo usuário que é passado quando o evento é registrado.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
Valor da propriedade
O EventTags valor deste EventAttribute objeto.The EventTags value for this EventAttribute object. Uma marca de evento é um valor definido pelo usuário que é passado quando o evento é registrado.An event tag is a user-defined value that is passed through when the event is logged.