ITraceLog.TraceInfo Property

Definition

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

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

Property Value

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

Examples

See the example in ITraceableComponent.

Applies to