Text Property
Description
Text representation of values list. Items are separated with a semicolon.
Property type
Read-write property
Syntax
Visual Basic
Public Property Text As String
Remarks

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

The value of Text is all the strings in the List Property, concatenated into a single string of semicolon-separated values.

See Also