NET FTP Library
AccountPassword Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : AccountPassword Property
Account Password to use for the lesser used ACCT command required by some FTP Servers This is different than the UserName and Password
Syntax
'Declaration
 
Public Overridable Property AccountPassword As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
instance.AccountPassword = value
 
value = instance.AccountPassword
public virtual System.string AccountPassword {get; set;}
public read-write property AccountPassword: System.String; virtual; 
public function get,set AccountPassword : System.String
public: __property virtual System.string* get_AccountPassword();
public: __property virtual void set_AccountPassword( 
   System.string* value
);
public:
virtual property System.String^ AccountPassword {
   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

FTP Class
FTP Members