Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectQueryRow.GetIntegerValue Method 

Gets an object property as an integer.

object GetIntegerValue(
   ObjectProperty prop
);

Parameters

prop
the property for which to get a value

Return Value

the object's property value

Remarks

Since the property value can be null, it is returned as a boxed int.

Exceptions

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

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace