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