Click or drag to resize

ModificationFieldGetFieldDataType Method

Returns the datatype of the modification field. Field contains Method returns ----------------------------------------------- * 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
Syntax
C#
public Type GetFieldDataType()

Return Value

Type: Type
See Also