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