TeamFoundationTrace.IsTracingEnabled Property

Check to see whether tracing is enabled. For efficiency, this method can be called before any other trace methods that would do more work (keyword lookup, etc).

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IsTracingEnabled As Boolean
public static bool IsTracingEnabled { get; }
public:
static property bool IsTracingEnabled {
    bool get ();
}
static member IsTracingEnabled : bool with get
static function get IsTracingEnabled () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationTrace Class

Microsoft.TeamFoundation Namespace