ITraceLog.TraceInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.