QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QBName Property

Name of the object.

Syntax

ANSI (Cross Platform)
char* GetQBName();
int SetQBName(const char* lpszQBName); Unicode (Windows) LPWSTR GetQBName();
INT SetQBName(LPCWSTR lpszQBName);
@property (nonatomic,readwrite,assign,getter=QBName,setter=setQBName:) NSString* QBName;
- (NSString*)QBName;
- (void)setQBName:(NSString*)newQBName;
#define PID_QBLISTS_QBNAME 10

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

Default Value

""

Remarks

This property should contain the case-insensitive name of the object you are adding, not including the names of its ancestors.

When the ListType is set to ltSalesRep, the QBName property will correspond to the initials of a sales representative's name.

Data Type

String

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