SearchGroupArray Property
Overloads
| SearchGroupArray | List of search groups. The groups are numbered from the value of  JSON property name: qSearchGroupArray | 
SearchGroupArray
List of search groups.
The groups are numbered from the value of SearchPage.qOffset to the value of SearchPage.qOffset + SearchPage.qCount .
JSON property name: qSearchGroupArray
Declaration
      IEnumerable<SearchGroup> SearchGroupArray { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<SearchGroup> |