channel_web_master Property

This property contains the email address or contact information for the current RSS channel's webmaster.

Syntax

def get_channel_web_master() -> str: ...
def set_channel_web_master(value: str) -> None: ...

channel_web_master = property(get_channel_web_master, set_channel_web_master)

Default Value

""

Remarks

This property contains the email address or contact information for the current RSS channel's webmaster.

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