IPWorks MQ 2020 Python Edition

Questions / Feedback?

password Property

This is the user's password.

Syntax

def get_password() -> str: ...
def set_password(value: str) -> None: ...

password = property(get_password, set_password)

Default Value

""

Remarks

This must be set before a connection is attempted. If a call to the connect method is made specifying a password, the password property will contain that password.

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