Name | Description | Type | Additional information |
---|---|---|---|
CustomField |
The associated custom field where the value belongs to. |
CustomFieldResponse |
None. |
Value |
The Value property provides a formatted version of the one property which holds a value (Either BoolValue property, StringValue property, DateValue property or NumberValue). |
string |
None. |
BoolValue |
Contains a boolean value true or false if type is CustomFieldType.CheckBox. |
boolean |
None. |
DateValue |
Contains a datetime value if type is CustomFieldType.Date. |
date |
None. |
StringValue |
Contains a string if type is either CustomFieldType.TextMultiLine, CustomFieldType.TextSingleLine, CustomFieldType.DropdownList or CustomFieldType.Html. If type is CustomFieldType.CheckboxList the property contains all values separated by the "|" character. |
string |
None. |
NumberValue |
Contains a number value if a value of any type (usually CustomFieldType.DropdownList) can be parsed to a number. |
decimal number |
None. |