| FtpItemSize Property |
Gets size of the file system object.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public long? Size { get; }
Public ReadOnly Property Size As Long?
Get
public:
property Nullable<long long> Size {
Nullable<long long> get ();
}
member Size : Nullable<int64> with get
Property Value
Type:
NullableInt64See Also