Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IExtendedData.GetIntArrayValue Method 

Gets an extended object property as an integer array.

int[] GetIntArrayValue(
   string name
);

Parameters

name
the property for which to get a value

Return Value

the extended object property value

Exceptions

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

See Also

IExtendedData Interface | Plumtree.Remote.PRC Namespace