Gets or sets the trace level.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public static TraceLevel TraceLevel { get; set; }
Visual Basic (Declaration)
Public Shared Property TraceLevel As TraceLevel
Visual C++
public:
static property TraceLevel TraceLevel {
	TraceLevel get ();
	void set (TraceLevel value);
}

Property Value

A TraceLevel value representing the trace level.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe version of ctgclient.dll installed on the system is not compatible with this version of IBM.CTG.Client.dll.

See Also