Gets the size of the object. This property can be
set however this functionality is intended to be done by
custom parsers.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public long Size { get; set; } |
| Visual Basic |
|---|
Public Property Size As Long
Get
Set |
| Visual C++ |
|---|
public:
virtual property long long Size {
long long get () sealed;
void set (long long value) sealed;
} |
Property Value
Type:
Int64Implements
IFtpListItem..::..Size
See Also