IScheduledTaskAlerts.Item

Fore Syntax

Item(Index: Integer): IScheduledTaskAlert;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.KeFore.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskAlerts