 | FTPFileInfoLength Property |
Gets or sets the size, in bytes, of the current file.
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic long Length { get; set; }
Public Property Length As Long
Get
Set
public:
property long long Length {
long long get ();
void set (long long value);
}
member Length : int64 with get, set
Property Value
Type:
Int64
The length.
See Also