 | FtpItemSize Property |
Gets size of the file system object.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
NullableInt64
See Also