SecureBlackbox 2020 Python Edition

Questions / Feedback?

req_params_username Property

Assign this property with the user's login name.

Syntax

def get_req_params_username() -> str: ...
def set_req_params_username(value: str) -> None: ...

req_params_username = property(get_req_params_username, set_req_params_username)

Default Value

""

Remarks

Assign this property with the user's login name.

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