NET FTP Library
Dash Property






KellermanSoftware.NetFtpLibrary Namespace > FtpResponse Class : Dash Property
True if this is a multi-line response
Syntax
'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();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpResponse Class
FtpResponse Members