QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

QWCFileInfoPersonalDataPref Property

This property defines the type of access to personal/sensitive data required by your application.

Syntax

__property TiqbQBWCServerQWCFileInfoPersonalDataPrefs QWCFileInfoPersonalDataPref = {read=FQWCFileInfoPersonalDataPref, write=FSetQWCFileInfoPersonalDataPref, default=0};



enum TiqbQBWCServerQWCFileInfoPersonalDataPrefs { pdpNotNeeded=0, pdpOptional=1, pdpRequired=2 };

Default Value

0

Remarks

This property defines the type of access to personal/sensitive data required by your application. Possible values are:

0 (pdpNotNeeded - default) Access to personal data is not needed.
1 (pdpOptional) Access to personal data is optional.
2 (pdpRequired) Access to personal data is required.

Data Type

Integer

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