IScheduledTaskAlerts.Add

Syntax

Add(Type: ScheduledTaskAlertType): IScheduledTaskAlert;

Parameters

Type. Event type.

Description

The Add method adds new event to collection.

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