update_entry_link_type Property

This property contains the MIME type of the content at the link.

Syntax

def get_update_entry_link_type() -> str: ...
def set_update_entry_link_type(value: str) -> None: ...

update_entry_link_type = property(get_update_entry_link_type, set_update_entry_link_type)

Default Value

""

Remarks

This property contains the MIME type of the content at the link.

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