Item method: SearchResultCollection collection

Syntax

Item(index)

Description

Use this method to return the SearchResult object at the position in the SearchResult collection specified by the index parameter.

Parameters

Parameter Description

index

Specifies the position of the SearchResult object in the SearchResult collection as an integer.

Returns

A SearchResult object if successful, Null otherwise.

Related Topics