channel_link_href Property

This property contains the location of the link.

Syntax

def get_channel_link_href() -> str: ...
def set_channel_link_href(value: str) -> None: ...

channel_link_href = property(get_channel_link_href, set_channel_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]