ITraceLog.TraceError Property

Definition

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

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

Property Value

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

Examples

See the example in ITraceableComponent.

Applies to