QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Description Property

A string description of the item group specified by GroupName or GroupId .

Syntax

ANSI (Cross Platform)
char* GetDescription();

Unicode (Windows)
LPWSTR GetDescription();
@property (nonatomic,readonly,assign,getter=description) NSString* description;
- (NSString*)description;
#define PID_LINEITEMGROUPS_DESCRIPTION 1

INQB_EXTERNAL void* INQB_CALL InQB_LineItemGroups_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property will contain the description of the group as returned by QuickBooks.

This property is read-only and not available at design time.

Data Type

String

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