Click or drag to resize

DataExchangeFieldValue Property

Based on the type and datatype of the field, value contains either a: string, int, datetime, double or a bool. Value can also be null. If field maps to a setproperty Value must be a string specifying the name of a setpropertyvalue. If field maps to a referenceproperty Value must be a string specifying the keyvalue of a referred dataobject. In case there is more than one value for the field Value will contain the first value.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Object Value { get; set; }

Property Value

Type: Object
See Also