Gets or sets the maximum amount of data traced in each data block at CtgTrcLevel4.

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

Syntax

C#
public static long DataDumpLength { get; set; }
Visual Basic
Public Shared Property DataDumpLength As Long
	Get
	Set
Visual C++
public:
static property long long DataDumpLength {
	long long get ();
	void set (long long value);
}

Field Value

The maximum amount of data to be traced in each data block, in bytes. The default value is 128 bytes.

See Also