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