QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_is_read_only Property

Specifies whether read or read/write access is needed.

Syntax

def get_qwc_file_info_is_read_only() -> bool: ...
def set_qwc_file_info_is_read_only(value: bool) -> None: ...

qwc_file_info_is_read_only = property(get_qwc_file_info_is_read_only, set_qwc_file_info_is_read_only)

Default Value

FALSE

Remarks

Specifies whether read or read/write access is needed.

This property specifies whether your application will need read or read/write access to the company file. The default value is False, meaning both read and write access is required.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]