ISearchFieldMatch Values Property Qlik Sense .NET SDK - API Reference
Positions of the matching values in the search results. The maximum number of values in this list is defined by qMaxNbrFieldMatches.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

IEnumerable<long> Values { get; set; }

Property Value

Type: OnlineIEnumerable OnlineInt64 
See Also