Gets or sets the starting offset in each data blocks when tracing at CtgTrcLevel4.

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

Syntax

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

Field Value

The starting offset in each data block written to trace, in bytes. The default value is zero.

See Also