IndexedValue Properties
The IndexedValue type exposes the following members.
Properties

  NameDescription
Public propertyAnswer
The Answer object of which this Value is a part.
Public propertyRepeatIndices
The repeat indexes that identify this Value within the Answer object of which it is a part.
Public propertyType
The data type of this value.
Public propertyValue
A convenience accessor to set or retrieve the actual value stored in this Value object. It must be either a TextValue, NumberValue, DateValue, TrueFalseValue or MultipleChoiceValue.
Back to Top
See Also