Next method: SearchResultCollection collection
Syntax
Next()
Description
Use this method to return the next SearchResult object in the SearchResult collection. This method can only be invoked after a successful invocation of the First, Item, or Next methods.
Parameters
None.
Returns
A SearchResult object if successful, Null otherwise.