Answer Properties
The Answer type exposes the following members.
Properties

  NameDescription
Public propertyIndexedValues
IndexedValues provides a simple way to enumerate (and potentially modify) the values associated with an answer.
Public propertyIsRepeated
Indicates whether this answer is repeated or not.
Public propertyName
The answer name. Corresponds to a HotDocs variable name.
Public propertySave
When HotDocs saves a collection of answers as an Answer File, this flag determines whether this specific answer will be saved or not. If true (the default), the answer will be saved. If false, this answer will be ignored/dropped and will not be persisted with the rest of the answers in the AnswerCollection.
Public propertyType
The type of value that is stored in this answer.
Public propertyUserExtendible
For answers containing repeated values, indicates whether end users should be allowed to add/delete/move repeat iterations in the interview UI (default is true).
Back to Top
See Also