IScheduledTaskAlerts.Count

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.

Example

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

See also:

IScheduledTaskAlerts