NET FTP Library
Text Property






KellermanSoftware.NetFtpLibrary Namespace > FtpResponse Class : Text Property
FTP Response Status
Syntax
'Declaration
 
Public Property Text As System.String
'Usage
 
Dim instance As FtpResponse
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
public read-write property Text: System.String; 
public function get,set Text : System.String
public: __property System.string* get_Text();
public: __property void set_Text( 
   System.string* value
);
public:
property System.String^ Text {
   System.String^ get();
   void set (    System.String^ 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