MultiValue Object
Description
Represents several values stored in a single field.
Remarks
The reference to a MultiValue object is the FieldMultiValue Property of the IBaseField2 Implemented Interface of the object.
Public Properties
Public Property ListList of values. Each item is the string representation of a single value.
Public Property TextText representation of values list. Items are separated with a semicolon.
See Also