update_entry_contributor_name Property

This property contains the name of the contributor.

Syntax

def get_update_entry_contributor_name() -> str: ...
def set_update_entry_contributor_name(value: str) -> None: ...

update_entry_contributor_name = property(get_update_entry_contributor_name, set_update_entry_contributor_name)

Default Value

""

Remarks

This property contains the name of the contributor.

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