Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 The property type is not an integer.
PropertyNotRequestedException The property was not requested.

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace