FIState Property

State.

Syntax

ANSI (Cross Platform)
char* GetFIState();

Unicode (Windows)
LPWSTR GetFIState();
@property (nonatomic,readonly,assign,getter=FIState) NSString* FIState;
- (NSString*)FIState;
#define PID_FIPROFILE_FISTATE 26

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

Default Value

""

Remarks

The state or province where the individual or business is located 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]