Check to see whether tracing is enabled for any of the specified keywords.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsTracing ( _
    keyword As String _
) As Boolean
public static bool IsTracing(
    string keyword
)
public:
static bool IsTracing(
    String^ keyword
)
static member IsTracing : 
        keyword:string -> bool
public static function IsTracing(
    keyword : String
) : boolean
Parameters
- keyword 
 Type: System.String- Keyword 
Return Value
Type: System.Boolean
True if tracing is enabled for any of the keywords
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.