Gets or sets a value indicating whether this
Leadtools.Logging.ILoggingChannel is enabled.
public bool Enabled {get; set;}
public:
property bool Enabled {
bool get();
void set ( bool value);
}
'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As LoggingChannel
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled
Property Value
true if enabled; otherwise, false