|   | DataObjectVersionGetPropertyValue Method (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.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic DateTime GetPropertyValue(
	int propertyId,
	DateTime defaultValue
)
Parameters
- propertyId
 - Type: SystemInt32
 - defaultValue
 - Type: SystemDateTime
 
Return Value
Type: 
DateTime
See Also