Aqualogic Interaction API  
 

IPTCardPropertyValues.GetItem Method 

Returns a property value object for the property ID specified. The returned object can then be modified and will be serialized when the card is stored.

IPTCardPropertyValue GetItem(
   int nPropertyID
);

Parameters

nPropertyID
An ID specifying an existing card property

Return Value

a property value object containing the value for the desired property

See Also

IPTCardPropertyValues Interface | com.plumtree.server Namespace