ITraceLog.TraceVerbose Property

Definition

Gets a Boolean value that indicates whether verbose messages are written to the trace log.

public:
 property bool TraceVerbose { bool get(); };
public bool TraceVerbose { get; }
member this.TraceVerbose : bool
Public ReadOnly Property TraceVerbose As Boolean

Property Value

true if verbose messages are written to the trace log; otherwise, false.

Examples

See the example in ITraceableComponent.

Applies to