First method: AvailableCategory collection

Syntax

First()

Description

The First method returns the first AvailableCategory object in the AvailableCategory collection.

Parameters

None.

Returns

An AvailableCategory object.

Example

&MyAvailableCategory = &MyCollection.First();