Indicates whether or not the transfer succeeded.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Remarks

This property maybe used in event-handlers for DirectoryListed to determine whether or not the directory-listing succeeded. The Exception property may be used to determine the nature of the error if this property indicates that the transfer failed.

See Also