FIAddress2 Property

Street address.

Syntax

ANSI (Cross Platform)
char* GetFIAddress2();

Unicode (Windows)
LPWSTR GetFIAddress2();
@property (nonatomic,readonly,assign,getter=FIAddress2) NSString* FIAddress2;
- (NSString*)FIAddress2;
#define PID_FIPROFILE_FIADDRESS2 8

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_FIProfile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The second line of the street address of the individual or business is stored in this property as a string.

This property is read-only.

Data Type

String

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