account Property

The user account to login with.

Syntax

def get_account() -> str: ...
def set_account(value: str) -> None: ...

account = property(get_account, set_account)

Default Value

""

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]