CustomPropertyValue Property
This property contains the value of the custom property.
Object Oriented Interface
public function getCustomPropertyValue($custompropertyindex); public function setCustomPropertyValue($custompropertyindex, $value);
Procedural Interface
ipworks_caldav_get($res, 29 , $custompropertyindex); ipworks_caldav_set($res, 29, $value , $custompropertyindex);
Default Value
''
Remarks
This property contains the value 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