IScheduledTaskProperties.EventId

Syntax

EventId: String;

Description

The EventId property determines event identifier.

Comments

To get the event, on occurring of which the task is executed, use the IScheduledTaskProperties.Alerts property.

Example

The property use is given in the example for IScheduledTaskCustomAlert.EventId.

See also:

IScheduledTaskProperties