QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QWCFileInfoUnattendedModePref (property)

This property specifies whether you need to access QuickBooks in unattended mode (when QuickBooks is closed).

Syntax

@property (nonatomic,readwrite,assign,getter=QWCFileInfoUnattendedModePref,setter=setQWCFileInfoUnattendedModePref:) int QWCFileInfoUnattendedModePref;
- (int)QWCFileInfoUnattendedModePref;
- (void)setQWCFileInfoUnattendedModePref:(int)newQWCFileInfoUnattendedModePref;

/* Possible Values */
UMP_OPTIONAL(0),
UMP_REQUIRED(1)
public var QWCFileInfoUnattendedModePref: QbwcserverQWCFileInfoUnattendedModePrefs {
  get {...}
set {...} }
public enum QbwcserverQWCFileInfoUnattendedModePrefs : Int32 { case umpOptional = 0 case umpRequired = 1 }

Default Value

0

Remarks

This property specifies whether you need to access QuickBooks in unattended mode (when QuickBooks is closed). Possible values are:

0 (umpOptional - default) Access to QuickBooks when it is closed is not required. The user may still grant access.
1 (umpRequired) Access to QuickBooks when it is closed is required.

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