Click or drag to resize

CopyRuleFieldValue Property

Based on the type and datatype of the ToField, value contains either a: string, int, datetime or a bool. Value can also be null.

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