Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.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; } |