IPWorks EDI 2020 Python Edition

Questions / Feedback?

server_password Property

The server's password.

Syntax

def get_server_password() -> str: ...
def set_server_password(value: str) -> None: ...

server_password = property(get_server_password, set_server_password)

Default Value

""

Remarks

The password assigned to the server in the bilateral agreement. This property must be a string of no more than 8 characters long.

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