Items Property
Overloads
| Items |
List of items in the search group. The group items are numbered from the value of JSON property name: qItems |
Items
List of items in the search group.
The group items are numbered from the value of SearchGroupOptions.qOffset to the value of SearchGroupOptions.qOffset + SearchGroupOptions.qCount
JSON property name: qItems
Declaration
IEnumerable<SearchGroupItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<SearchGroupItem> |