Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("Size property has been deprecated. Please use Length property instead.", _ False)> _ Public ReadOnly Property Size As Long Get |
| C# |
|---|
[ObsoleteAttribute("Size property has been deprecated. Please use Length property instead.", false)] public long Size { get; } |