First method: Portal collection

Syntax

First()

Description

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

Parameters

None.

Returns

A Portal object.

Example

&MyPortal = &MyCollection.First();