Possible enumeration values:
| Name | Value | Description | 
|---|---|---|
| Barcode | 0 | Marks the result to contain a barcode. | 
| String | 1 | Marks the result to contain a string choosen from radio button value. | 
| Base64Binary | 2 | Marks the result to contain a base 64 coded string. | 
| Boolean | 3 | Marks the result to contain a boolean value. | 
| Time | 4 | Marks the result to contain a time only. | 
| Date | 5 | Marks the result to contain a date only. | 
| DateTime | 6 | Marks the result to contain a complete datetime. | 
| Gps | 7 | Marks the result to contain a GPS waypoint. | 
| RepeatList | 8 | Marks the result to contain a repeat list. | 
| Signature | 9 | Marks the result to contain a signature image data. | 
| Int | 10 | Marks the result to contain a integer | 
| Double | 11 | Marks the result to contain a double | 
| True | 12 | Marks the resutl as true | 
| False | 13 | Marks the result as false | 
| StringCollection | 14 | Marks the result as a collection of string Used for formControl.Type = RatingScale | 
| TimeSpan | 15 | Marks the result as a timespan |