EventSourceOptions.Keywords Propriedade

Definição

Obtém ou define as palavras-chave aplicadas ao evento. Se esta propriedade não estiver definida, as palavras-chave do evento serão None.

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

Valor de Propriedade

As palavras-chave aplicadas ao evento, ou None se não houver palavras-chave definidas.

Aplica-se a