SecureBlackbox 2020 Python Edition

Questions / Feedback?

manage_name_id_request_new_id Property

Contains the value of the NewID parameter.

Syntax

def get_manage_name_id_request_new_id() -> str: ...
def set_manage_name_id_request_new_id(value: str) -> None: ...

manage_name_id_request_new_id = property(get_manage_name_id_request_new_id, set_manage_name_id_request_new_id)

Default Value

""

Remarks

Contains the value of the NewID parameter.

Use this property to access or set the NewID parameter of the request.

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