SecureBlackbox 2020 Python Edition

Questions / Feedback?

response_optional_element Property

An optional message element to be returned with the response.

Syntax

def get_response_optional_element() -> str: ...
def set_response_optional_element(value: str) -> None: ...

response_optional_element = property(get_response_optional_element, set_response_optional_element)

Default Value

""

Remarks

An optional message element to be returned with the response.

Use this property to access or set the optional XML element returned with the response.

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