Item method: SearchQueryCollection collection
Syntax
Item(index)
Description
Use this method to return the SearchQuery object at the position in the search query collection specified by the index parameter.
Parameters
| Parameter | Description |
|---|---|
|
&index |
Specifies the position of the SearchQuery object in the search query collection as an integer. |
Returns
A SearchQuery object if successful, Null otherwise.
Related Topics