IScheduledTaskAlerts.FindById

Syntax

FindById(Id: String): IScheduledTaskAlert;

Parameters

Id. Event identifier.

Description

The FindById method searches an event in the collection by identifier.

Comments

To remove the event from collection by index, use the IScheduledTaskAlerts.Remove method.

Example

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

See also:

IScheduledTaskAlerts