QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

QWCFileInfoIsReadOnly Property

Specifies whether read or read/write access is needed.

Object Oriented Interface

public function getQWCFileInfoIsReadOnly();
public function setQWCFileInfoIsReadOnly($value);

Procedural Interface

inqb_qbwcserver_get($res, 12 );
inqb_qbwcserver_set($res, 12, $value );

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.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]