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