Aqualogic Interaction API  
 

IPTCardPropertyValues.Add Method 

Extends the list of properties stored with this card. The returned IPTCardPropertyValue interface can be used to assign a specific value to the new property.

IPTCardPropertyValue Add(
   int nPropertyID
);

Parameters

nPropertyID
The ID of an existing property not currently stored with this card.

Return Value

An IPTCardPropertyValue object corresponding to the requested ID.

See Also

IPTCardPropertyValues Interface | com.plumtree.server Namespace