| DataObjectVersionGetPropertyValue Method (Int32) |
Returns the value of property on the DataObjectVersion object.
The value can be one of the following:
string, int, datetime, double, bool, SetPropertyValue object or ReferencePropertyValue object.
It can also by null, for a number of reasons:
* The property was not found (it is not on the type)
* The value is not loaded (ValueAvailable=false)
* There is no value for the propery
(if for instance the property has been added to the type at a later point)
* The user does not have access to the property.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic Object GetPropertyValue(
int propertyId
)
Parameters
- propertyId
- Type: SystemInt32
Return Value
Type:
Object
See Also