CimEvent.ID (property)

Gets and sets the EventID.
Syntax: String = object.ID
object.ID = String
Description: CimEvent.ID is a string that contains the name of the event.

Event IDs are always uppercased and truncated to 32 characters.

Examples

The following script sets the event Id of the object.:
myEvent.ID = "ALARM_LOOKUP"