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