AttrType Property

Attribute type for the current entry.

Syntax

ANSI (Cross Platform)
char* GetAttrType(int iAttrIndex);
int SetAttrType(int iAttrIndex, const char* lpszAttrType); Unicode (Windows) LPWSTR GetAttrType(INT iAttrIndex);
INT SetAttrType(INT iAttrIndex, LPCWSTR lpszAttrType);
- (NSString*)attrType:(int)attrIndex;
- (void)setAttrType:(int)attrIndex:(NSString*)newAttrType;
#define PID_LDAP_ATTRTYPE 3

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_LDAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_LDAP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_LDAP_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Attribute type for the current entry.

If the value of AttributeType is an empty string, then AttrValue that contains the corresponding value is part of a set of values, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty AttributeType.

The AttrIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AttrCount property.

This property is not available at design time.

Data Type

String

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