SecureBlackbox 2020 Python Edition

Questions / Feedback?

logout_request_reason Property

Contains the value of the Reason parameter.

Syntax

def get_logout_request_reason() -> str: ...
def set_logout_request_reason(value: str) -> None: ...

logout_request_reason = property(get_logout_request_reason, set_logout_request_reason)

Default Value

""

Remarks

Contains the value of the Reason parameter.

Use this property to read or set the value of the Reason parameter.

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