EntryType Property

The entry category or type.

Syntax

ANSI (Cross Platform)
char* GetEntryType();
int SetEntryType(const char* lpszEntryType); Unicode (Windows) LPWSTR GetEntryType();
INT SetEntryType(LPCWSTR lpszEntryType);
@property (nonatomic,readwrite,assign,getter=entryType,setter=setEntryType:) NSString* entryType;
- (NSString*)entryType;
- (void)setEntryType:(NSString*)newEntryType;
#define PID_ODATA_ENTRYTYPE 53

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);

Default Value

""

Remarks

This property specifies the entry category or type. When communicating with a service using OData V3 this property specifies the Category element. When communicating with a service using OData V4 this property specifies the "type" attribute.

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]