QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ObjectName Property

The name of the object.

Syntax

ANSI (Cross Platform)
char* GetObjectName();
int SetObjectName(const char* lpszObjectName); Unicode (Windows) LPWSTR GetObjectName();
INT SetObjectName(LPCWSTR lpszObjectName);
@property (nonatomic,readwrite,assign,getter=objectName,setter=setObjectName:) NSString* objectName;
- (NSString*)objectName;
- (void)setObjectName:(NSString*)newObjectName;
#define PID_QBOBJECT_OBJECTNAME 1

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

Default Value

""

Remarks

The name of the object, exactly as found in the QuickBooks SDK documentation. Failure to set this property will result in an XML parser error.

Data Type

String

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