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