Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("Options property has been deprecated. Please use Settings property instead.",  _
	False)> _
Public Property Options As FtpOptions
	Get
	Set
C#
[ObsoleteAttribute("Options property has been deprecated. Please use Settings property instead.", 
	false)]
public FtpOptions Options { get; set; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also