Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Return Value

Gets size of file

See Also