EventAttribute.Channel Propiedad

Definición

Obtiene o establece un registro de eventos adicional donde se debe escribir el evento.

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

Valor de propiedad

Registro de eventos adicional donde se debe escribir el evento.

Se aplica a