IScheduledTaskAlerts.FindByKey

Syntax

FindByKey(Key: Integer): IScheduledTaskAlert;

Parameters

Key. Event key.

Description

The FindByKey method searches an event in a collection by key.

Comments

To remove the event from collection by key, use the IScheduledTaskAlerts.RemoveByKey method.

Example

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

See also:

IScheduledTaskAlerts