| DataObjectVersionGetReferencePropertyValues Method |
Returns the values of the provided ReferenceProperty ID on the DataObjectVersion object.
The collection can be empty, which can be caused by:
* The property'en was not found (it is not on the type)
* The values has not been read (ValueAvailable=false)
* There are no values for propert
* The active 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 virtual ReferencePropertyValues GetReferencePropertyValues(
int propertyId
)
Parameters
- propertyId
- Type: SystemInt32
Return Value
Type:
ReferencePropertyValues
See Also