NET SFTP Library
Command Property (FtpCommand)






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

FtpCommand Class
FtpCommand Members