MultiValue object
A MultiValue object represents several values stored in a single field.
You get a MultiValue object from the FieldMultiValue property of an entity object, such as Req object and Test object.
Public properties
This object supports the following properties.
| Property | Description |
|---|---|
|
List |
List of values. Each item is the string representation of a single value. |
|
Text |
Text representation of values list. Items are separated with a semicolon. |

