'Declaration Public ReadOnly Property LastFtpCommand As FtpCommand
'Usage Dim instance As SFTP Dim value As FtpCommand value = instance.LastFtpCommand
public FtpCommand LastFtpCommand {get;}
public read-only property LastFtpCommand: FtpCommand;
public function get LastFtpCommand : FtpCommand
public: __property FtpCommand* get_LastFtpCommand();
public: property FtpCommand^ LastFtpCommand { FtpCommand^ get(); }