edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Determines whether or not the operation should be cancelled.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual bool Cancel { get; set; }
Visual Basic
Public Overridable Property Cancel As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Cancel {
	bool get ();
	void set (bool value);
}

Remarks

If Cancel is true then the operation will be cancelled, otherwise it will proceed.

See Also