SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_name Property

Specifies the file name.

Syntax

def get_client_file_entry_name() -> str: ...
def set_client_file_entry_name(value: str) -> None: ...

client_file_entry_name = property(get_client_file_entry_name, set_client_file_entry_name)

Default Value

""

Remarks

Specifies the file name.

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