NET FTP Library
Command Property (FtpException)






KellermanSoftware.NetFtpLibrary Namespace > FtpException Class : Command Property
The FTP command that was sent to the FTP Server
Syntax
'Declaration
 
Public ReadOnly Property Command As FtpCommand
'Usage
 
Dim instance As FtpException
Dim value As FtpCommand
 
value = instance.Command
public FtpCommand Command {get;}
public read-only property Command: FtpCommand; 
public function get Command : FtpCommand
public: __property FtpCommand* get_Command();
public:
property FtpCommand^ Command {
   FtpCommand^ 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

FtpException Class
FtpException Members