channel_category_scheme Property

This property identifies a categorization scheme.

Syntax

def get_channel_category_scheme() -> str: ...
def set_channel_category_scheme(value: str) -> None: ...

channel_category_scheme = property(get_channel_category_scheme, set_channel_category_scheme)

Default Value

""

Remarks

This property identifies a categorization scheme.

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