| ModificationFieldNewValue Property |
Contains the new value to be explicitly assigned to the field.
NewValue must be defined (!= null) if AssignNewValue is true.
Otherwise it must be null.
The datatype of NewValue depends on the field's property/fixedfield:
* Value property (text) - string
* Value property (integer) - int
* Value property (datetime) - DateTime
* Value property (decimal) - double
* Value property (boolean) - bool
* Set property - int (id of the property value)
* FixedField.Assignee - int (id of the usergroup)
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic Object NewValue { get; set; }
Property Value
Type:
Object
See Also