EventSourceOptions.Keywords Proprietà

Definizione

Ottiene o imposta le parole chiave applicate all'evento. Se questa proprietà non è impostata, le parole chiave dell'evento saranno 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

Valore della proprietà

Parole chiave applicate all'evento, oppure None se le parole chiave non vengono impostate.

Si applica a