QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Line5 Property

The fifth line of the address.

Syntax

ANSI (Cross Platform)
char* GetLine5();
int SetLine5(const char* lpszLine5); Unicode (Windows) LPWSTR GetLine5();
INT SetLine5(LPCWSTR lpszLine5);
@property (nonatomic,readwrite,assign,getter=line5,setter=setLine5:) NSString* line5;
- (NSString*)line5;
- (void)setLine5:(NSString*)newLine5;
#define PID_ADDRESS_LINE5 8

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

Default Value

""

Remarks

The fifth line of the address. This line is only applicable when QBXMLVersion is "6.0" or greater in the class using the address aggregate.

Data Type

String

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