Click or drag to resize

ExchangeObjectGetSinglePropertyValue Method (String, TimeSpan)

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

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

Parameters

name
Type: SystemString
defaultValue
Type: SystemTimeSpan

Return Value

Type: TimeSpan
See Also