SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_id Property

Represents the ID of the assertion.

Syntax

def get_assertion_info_id() -> str: ...
def set_assertion_info_id(value: str) -> None: ...

assertion_info_id = property(get_assertion_info_id, set_assertion_info_id)

Default Value

""

Remarks

Represents the ID of the assertion.

Use this property to read or set the unique ID of the assertion.

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