update_entry_summary Property

This property contains a short textual description of the Atom entry.

Syntax

def get_update_entry_summary() -> str: ...
def set_update_entry_summary(value: str) -> None: ...

update_entry_summary = property(get_update_entry_summary, set_update_entry_summary)

Default Value

""

Remarks

This property contains a short textual description of the Atom entry.

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