Next method: SearchQueryCollection collection

Syntax

Next()

Description

Use this method to return the next SearchQuery object in the search query collection. This method can only be invoked after a successful invocation of the First, Item, or Next methods.

Parameters

None.

Returns

A SearchQuery object if successful, Null otherwise.