'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