ItemMatches Property
Overloads
| ItemMatches | 
             List of matches in the search group item. The group item matches are numbered from the value of  JSON property name: qItemMatches  | 
        
      
    
ItemMatches
List of matches in the search group item.
The group item matches are numbered from the value of SearchGroupItemOptions.qOffset to the value of SearchGroupItemOptions.qOffset + SearchGroupItemOptions.qCount .
JSON property name: qItemMatches
Declaration
      public IEnumerable<SearchGroupItemMatch> ItemMatches { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<SearchGroupItemMatch> |