Click or drag to resize

ExchangeObjectGetSinglePropertyValue Method (String, Int32)

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

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

Parameters

name
Type: SystemString
defaultValue
Type: SystemInt32

Return Value

Type: Int32
See Also