File size in bytes.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

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

See Also