This documentation is archived and is not being maintained.

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)

public:
static property bool IsTracingEnabled {
	bool get ();
}

Property Value

Type: System::Boolean

Show: