'Declaration Public Property HostAddress As System.String
'Usage Dim instance As SFTP Dim value As System.String instance.HostAddress = value value = instance.HostAddress
public System.string HostAddress {get; set;}
public read-write property HostAddress: System.String;
public function get,set HostAddress : System.String