QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

NameRangeEnd Property

Ending point of a name range.

Syntax

ANSI (Cross Platform)
char* GetNameRangeEnd();
int SetNameRangeEnd(const char* lpszNameRangeEnd); Unicode (Windows) LPWSTR GetNameRangeEnd();
INT SetNameRangeEnd(LPCWSTR lpszNameRangeEnd);
@property (nonatomic,readwrite,assign,getter=nameRangeEnd,setter=setNameRangeEnd:) NSString* nameRangeEnd;
- (NSString*)nameRangeEnd;
- (void)setNameRangeEnd:(NSString*)newNameRangeEnd;
#define PID_OBJSEARCH_NAMERANGEEND 28

INQB_EXTERNAL void* INQB_CALL InQB_ObjSearch_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_ObjSearch_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Ending point of a name range. Limits the search to records with names lexicographically lower than or equal to NameRangeEnd.

May be combined with NameRangeStart, but not with NameContains, NameStartsWith, or NameEndsWith.

Only applicable to searches for entity objects.

Data Type

String

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