report_filter_uid Property

Limits the recurring events returned in the report to only those with the specified UID.

Syntax

def get_report_filter_uid() -> str: ...
def set_report_filter_uid(value: str) -> None: ...

report_filter_uid = property(get_report_filter_uid, set_report_filter_uid)

Default Value

""

Remarks

Limits the recurring events returned in the report to only those with the specified UID.

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