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; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also