NET SFTP Library
Command Property (FtpException)






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