'Declaration Public ReadOnly Property Dash As System.Boolean
'Usage Dim instance As FtpResponse Dim value As System.Boolean value = instance.Dash
public System.bool Dash {get;}
public read-only property Dash: System.Boolean;
public function get Dash : System.boolean
public: __property System.bool get_Dash();
public:
property System.bool Dash {
System.bool get();
}