channel_author_email Property

This property contains the email address of the author.

Syntax

def get_channel_author_email() -> str: ...
def set_channel_author_email(value: str) -> None: ...

channel_author_email = property(get_channel_author_email, set_channel_author_email)

Default Value

""

Remarks

This property contains the email address of the author.

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