Offset of segment to read.

Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

See Also