update_entry_rights Property

This property contains information about the rights of the given entry.

Syntax

def get_update_entry_rights() -> str: ...
def set_update_entry_rights(value: str) -> None: ...

update_entry_rights = property(get_update_entry_rights, set_update_entry_rights)

Default Value

""

Remarks

This property contains information about the rights of the given entry.

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