update_entry_link_href Property

This property contains the location of the link.

Syntax

def get_update_entry_link_href() -> str: ...
def set_update_entry_link_href(value: str) -> None: ...

update_entry_link_href = property(get_update_entry_link_href, set_update_entry_link_href)

Default Value

""

Remarks

This property contains the location of the link.

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