Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectQueryRow.GetIntArrayValue Method 

Gets an object property as an integer array.

int[] GetIntArrayValue(
   ObjectProperty prop
);

Parameters

prop
the property for which to get a value

Return Value

the object's property value

Exceptions

Exception Type Condition
InvalidCastException if the property type is not an integer array
PropertyNotRequestedException if the property was not requested

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace