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