'Declaration Protected Property LastConnectedHost As System.String
'Usage Dim instance As FTP Dim value As System.String instance.LastConnectedHost = value value = instance.LastConnectedHost
protected System.string LastConnectedHost {get; set;}
protected read-write property LastConnectedHost: System.String;
protected function get,set LastConnectedHost : System.String