Click or drag to resize

ExchangeObjectGetSinglePropertyValue Method (String, Boolean)

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

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

Parameters

name
Type: SystemString
defaultValue
Type: SystemBoolean

Return Value

Type: Boolean
See Also