IScheduledTaskAlerts.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of events in a collection.

Comments

To get an event from collection by its index, use the IScheduledTaskAlerts.Item property.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskAlerts