EntryPropertiesType Property

The type of the OData schema property.

Syntax

ANSI (Cross Platform)
char* GetEntryPropertiesType(int iEntryPropertiesIndex);
int SetEntryPropertiesType(int iEntryPropertiesIndex, const char* lpszEntryPropertiesType); Unicode (Windows) LPWSTR GetEntryPropertiesType(INT iEntryPropertiesIndex);
INT SetEntryPropertiesType(INT iEntryPropertiesIndex, LPCWSTR lpszEntryPropertiesType);
- (NSString*)entryPropertiesType:(int)entryPropertiesIndex;
- (void)setEntryPropertiesType:(int)entryPropertiesIndex:(NSString*)newEntryPropertiesType;
#define PID_ODATA_ENTRYPROPERTIESTYPE 48

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_OData_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_OData_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The type of the OData schema property.

The EntryPropertiesIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EntryPropertiesCount property.

This property is not available at design time.

Data Type

String

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