Share via


ITraceLog.TraceInfo Property

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

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

Syntax

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

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

Property Value

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

Examples

See the example in ITraceableComponent.