SecureBlackbox 2020 Python Edition

Questions / Feedback?

client_file_entry_owner Property

Specifies the owner of the file/directory.

Syntax

def get_client_file_entry_owner() -> str: ...
def set_client_file_entry_owner(value: str) -> None: ...

client_file_entry_owner = property(get_client_file_entry_owner, set_client_file_entry_owner)

Default Value

""

Remarks

Specifies the owner of the file/directory.

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