Click or drag to resize

ExchangeObjectGetSinglePropertyValue Method (String, Double)

Returns the value of a property of data type 'double' (that is, a Value property w. datatype 'Decimal').

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public double GetSinglePropertyValue(
	string name,
	double defaultValue
)

Parameters

name
Type: SystemString
defaultValue
Type: SystemDouble

Return Value

Type: Double
See Also