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