CustomPropertyAttribute Property
This property contains an optional attribute of the custom property.
Object Oriented Interface
public function getCustomPropertyAttribute($custompropertyindex); public function setCustomPropertyAttribute($custompropertyindex, $value);
Procedural Interface
ipworks_caldav_get($res, 27 , $custompropertyindex); ipworks_caldav_set($res, 27, $value , $custompropertyindex);
Default Value
''
Remarks
This property contains an optional attribute of the custom property.
The size of the array is controlled by the CustomPropertyCount property.
This property is not available at design time.
Data Type
String