update_entry_contributor_email Property

This property contains the email address of the contributor.

Syntax

def get_update_entry_contributor_email() -> str: ...
def set_update_entry_contributor_email(value: str) -> None: ...

update_entry_contributor_email = property(get_update_entry_contributor_email, set_update_entry_contributor_email)

Default Value

""

Remarks

This property contains the email address of the contributor.

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