QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

maxResults (property)

The maximum number of results to be returned from a search.

Syntax

@property (nonatomic,readwrite,assign,getter=maxResults,setter=setMaxResults:) int maxResults;
- (int)maxResults;
- (void)setMaxResults:(int)newMaxResults;
public var maxResults: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

The maximum number of records to return from QuickBooks.

If MaxResults is set to 0, all records matching the search criteria will be returned.

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