NET FTP Library
Command Property (FtpCommand)






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

FtpCommand Class
FtpCommand Members