Click or drag to resize
SearchFieldDictionaryResult Property
List of the matching values. The maximum number of values in this list is set by qMaxNbrFieldMatches.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public IEnumerable<SearchTermResult> Result { get; set; }

Property Value

Type: IEnumerableSearchTermResult

Implements

ISearchFieldDictionaryResult
See Also