ITraceLog.TraceWarning Property

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

Namespace:  Microsoft.ReportingServices.Extensions
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

Syntax

'Declaration
ReadOnly Property TraceWarning As Boolean
    Get
'Usage
Dim instance As ITraceLog
Dim value As Boolean

value = instance.TraceWarning
bool TraceWarning { get; }
property bool TraceWarning {
    bool get ();
}
abstract TraceWarning : bool
function get TraceWarning () : boolean

Property Value

Type: System.Boolean
true if warning messages are written to the trace log; otherwise, false.

Examples

See the example in ITraceableComponent.