DataObjectVersionGetPropertyValue Method | 
| Name | Description | |
|---|---|---|
| GetPropertyValue(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.
              | |
| GetPropertyValue(Int32, DateTime) | 
            Returns the DataTime property value based on the provided property ID from the latest dataobject version.
            If the value is null/undefined, the defaultValue is returned.
              | |
| GetPropertyValue(Int32, String) | 
            Returns the string representation of a property value on the DataObjectVersion object.
              |