'Declaration Public Property Port As System.Integer
'Usage Dim instance As ProxyInfo Dim value As System.Integer instance.Port = value value = instance.Port
public System.int Port {get; set;}
public read-write property Port: System.Integer;
public function get,set Port : System.int