Gets or sets the trace level.
Namespace:
IBM.CTGAssembly: 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
Exception | Condition |
---|---|
System..::.InvalidOperationException | The version of ctgclient.dll installed on the system is not compatible with this version of IBM.CTG.Client.dll. |