QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QWCFileInfoIsReadOnly (property)

Specifies whether read or read/write access is needed.

Syntax

@property (nonatomic,readwrite,assign,getter=QWCFileInfoIsReadOnly,setter=setQWCFileInfoIsReadOnly:) BOOL QWCFileInfoIsReadOnly;
- (BOOL)QWCFileInfoIsReadOnly;
- (void)setQWCFileInfoIsReadOnly:(BOOL)newQWCFileInfoIsReadOnly;
public var QWCFileInfoIsReadOnly: Bool {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 7941]