NET FTP Library
AccountName Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : AccountName Property
Account Name 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 AccountName As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
instance.AccountName = value
 
value = instance.AccountName
public virtual System.string AccountName {get; set;}
public read-write property AccountName: System.String; virtual; 
public function get,set AccountName : System.String
public: __property virtual System.string* get_AccountName();
public: __property virtual void set_AccountName( 
   System.string* value
);
public:
virtual property System.String^ AccountName {
   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