Answer IndexedValues Property
IndexedValues provides a simple way to enumerate (and potentially modify) the values associated with an answer.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract IEnumerable<IndexedValue> IndexedValues { get; }

Property Value

Type: OnlineIEnumerable IndexedValue 
See Also