| 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
Syntaxpublic DateTime GetSinglePropertyValue(
string name,
DateTime defaultValue
)
Parameters
- name
- Type: SystemString
- defaultValue
- Type: SystemDateTime
Return Value
Type:
DateTime
See Also