SocketTools .NET Edition

FtpClient.Account Property

Get or sets a value that specifies the account name for the current user.

[Visual Basic]
Public Property Account As String
[C#]
public string Account {get; set;}

Property Value

A string which specifies the account name for the current user.

Remarks

The Account property specifies the account name of the current user, if it is required by the server for authentication. Not all servers require an account name, in which case this property is ignored.

See Also

FtpClient Class | SocketTools Namespace