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