NET SFTP Library
Dash Property






KellermanSoftware.NetSFtpLibrary Namespace > FtpResponse Class : Dash Property
True if this is a multi-line response
Syntax
'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
public: __property System.bool get_Dash();
public: __property void set_Dash( 
   System.bool value
);
public:
property System.bool Dash {
   System.bool get();
   void set (    System.bool value);
}
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