Click or drag to resize

ExchangeObjectGetSinglePropertyValue Method (String, DateTime)

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

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

Parameters

name
Type: SystemString
defaultValue
Type: SystemDateTime

Return Value

Type: DateTime
See Also