'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(); }