EventSourceOptions.Keywords Propiedad

Definición

Obtiene o establece las palabras clave aplicadas al evento. Si no se establece esta propiedad, las palabras clave del evento serán 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 propiedad

Palabras clave aplicadas al evento, o None si no se establece ninguna.

Se aplica a