Account Property
The user account to login with.
Syntax
[VB.NET] Public Property Account As String
[C#] public string Account {get; set;}
Remarks
This property contains the user account to use when logging in. Some servers may require an Account in order to Logon or in order to access specific privileges, like uploading or deleting files.
Default Value
""