channel_author_uri Property

This property contains the URI of the author.

Syntax

def get_channel_author_uri() -> str: ...
def set_channel_author_uri(value: str) -> None: ...

channel_author_uri = property(get_channel_author_uri, set_channel_author_uri)

Default Value

""

Remarks

This property contains the URI of the author.

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