update_entry_category_label Property

This property contains a textual description of the label for the category.

Syntax

def get_update_entry_category_label() -> str: ...
def set_update_entry_category_label(value: str) -> None: ...

update_entry_category_label = property(get_update_entry_category_label, set_update_entry_category_label)

Default Value

""

Remarks

This property contains a textual description of the label for the category.

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