Compartir a través de


ILoggingChannel.Enabled Propiedad

Definición

Obtiene un valor que indica si los mensajes se registran en el LoggingChannel actual.

public:
 property bool Enabled { bool get(); };
bool Enabled();
public bool Enabled { get; }
var boolean = iLoggingChannel.enabled;
Public ReadOnly Property Enabled As Boolean

Valor de propiedad

Boolean

bool

True si los mensajes se registran en el canal actual; de lo contrario, false.

Se aplica a

Consulte también