Gets an object property as an integer.
The object's property value.
Since the property value can be null
, it is returned as a boxed int
.
Exception Type | Condition |
---|---|
InvalidCastException | The property type is not an integer. |
PropertyNotRequestedException | The property was not requested. |
IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace