Length of segment to read.

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

Syntax

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

See Also