NET FTP Library
IsCancelled Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : IsCancelled Property
Syntax
'Declaration
 
Public ReadOnly Property IsCancelled As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
value = instance.IsCancelled
public System.bool IsCancelled {get;}
public read-only property IsCancelled: System.Boolean; 
public function get IsCancelled : System.boolean
public: __property System.bool get_IsCancelled();
public:
property System.bool IsCancelled {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members