IPWorks EDI 2020 Python Edition

Questions / Feedback?

file_owner_id Property

The user id of this file's owner.

Syntax

def get_file_owner_id() -> str: ...
def set_file_owner_id(value: str) -> None: ...

file_owner_id = property(get_file_owner_id, set_file_owner_id)

Default Value

""

Remarks

The user id of this file's owner.

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