SearchFieldDictionary Result Property Qlik Sense .NET SDK - API Reference
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.0.1.0 (1.0.1.0)
Syntax

public IEnumerable<SearchTermResult> Result { get; set; }

Property Value

Type: OnlineIEnumerable SearchTermResult 

Implements

ISearchFieldDictionary Result
See Also