ITraceLog.TraceWarning 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 warning messages are written to the trace log.
public:
property bool TraceWarning { bool get(); };
public bool TraceWarning { get; }
member this.TraceWarning : bool
Public ReadOnly Property TraceWarning As Boolean
Property Value
true
if warning messages are written to the trace log; otherwise, false
.
Examples
See the example in ITraceableComponent.