PropertyAttr Property
This property shows the attribute string for the specified DAV property.
Syntax
ANSI (Cross Platform) char* GetPropertyAttr(int iPropertyIndex);
int SetPropertyAttr(int iPropertyIndex, const char* lpszPropertyAttr); Unicode (Windows) LPWSTR GetPropertyAttr(INT iPropertyIndex);
INT SetPropertyAttr(INT iPropertyIndex, LPCWSTR lpszPropertyAttr);
- (NSString*)propertyAttr:(int)propertyIndex; - (void)setPropertyAttr:(int)propertyIndex:(NSString*)newPropertyAttr;
#define PID_WEBDAV_PROPERTYATTR 37 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_WebDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_WebDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_WebDAV_CheckIndex(void *lpObj, int propid, int arridx);
Default Value
""
Remarks
This property shows the attribute string for the specified DAV property.
The PropertyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the PropertyCount property.
This property is not available at design time.
Data Type
String