FtpReply.Success Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
General success or failure of the last command executed

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public bool Success { get; }
Visual Basic
Public ReadOnly Property Success As Boolean
	Get
Visual C++
public:
virtual property bool Success {
	bool get () sealed;
}

Property Value

Type: Boolean

Implements

IFtpReply..::..Success

See Also