CimEvent.Type (property)

Gets and sets the EventType.
Syntax: CimEventTypesEnum = object.Type
object.Type = CimEventTypesEnum
Description: CimEvent.Type is an enumeration type of the event.

Typically this enumeration is used to set the event type.

Examples

The following script sets the type of the object.:
myEvent.Type = CimAlarmGenerated