QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

nameStartsWith (property)

String which names are to start with.

Syntax

@property (nonatomic,readwrite,assign,getter=nameStartsWith,setter=setNameStartsWith:) NSString* nameStartsWith;
- (NSString*)nameStartsWith;
- (void)setNameStartsWith:(NSString*)newNameStartsWith;
public var nameStartsWith: String {
  get {...}
set {...} }

Default Value

""

Remarks

String which names are to start with. Limits the search to records with names which start with the string specified by NameStartsWith.

If NameStartsWith is specified none of the other Name properties may be specified.

Only applicable to searches for entity objects.

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