Click or drag to resize
SearchAssociationResultSearchTermsMatched Property
List of search results. The maximum number of search results in this list is set by qCount.

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

Property Value

Type: IEnumerableSearchMatchCombinations

Implements

ISearchAssociationResultSearchTermsMatched
See Also