|   | DataObjectGetPropertyValue Method (String, Double) | 
 Note: This API is now obsolete.
            Returns the value of a Value property with data type 'Decimal'.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use GetSinglePropertyValue<T>(int, T) instead!")]
public double GetPropertyValue(
	string property,
	double defaultValue
)Parameters
- property
 - Type: SystemString
System name of the property - defaultValue
 - Type: SystemDouble
defaultValue is returned if the dataobject doesn't have a value for the property. 
Return Value
Type: 
DoubleImplements
IDataObjectGetPropertyValue(String, Double)
See Also