First method: SearchFieldCollection collection

Syntax

First()

Description

Use this method to return the first SearchField object in the SearchField collection. If the SearchField collection is empty, this method returns Null.

Parameters

None.

Returns

A SearchField object if successful, Null otherwise.

Related Topics