List Property
Description
List of values. Each item is the string representation of a single value.
Property type
Read-write property
Syntax
Visual Basic
Public Property List As List
Remarks

After assigning values, use the MultiValue object to set the FieldMultiValue Property.

The values in the list are the same as those in Text Property, except they are presented as a list of individual strings rather than a single string.

See Also