Click or drag to resize

ExchangeObjectGetSinglePropertyValue Method (String, String)

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

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

Parameters

name
Type: SystemString
defaultValue
Type: SystemString

Return Value

Type: String
See Also