IScheduledTaskAlerts.Item

Syntax

Item(Index: Integer): IScheduledTaskAlert;

Parameters

Index. Event index in the collection.

Description

The Item property returns an event from the collection by its index.

Comments

To get the number of events in the collection, use the IScheduledTaskAlerts.Count property.

Example

The property use is given in the example for IScheduledTaskAuditAlert.ClassId.

See also:

IScheduledTaskAlerts