Gets and sets the AlarmID. | |
Syntax: | String =
object.AlarmID object.AlarmID = String |
Description: | CimEvent.AlarmID is a string that contains
the name of the alarm. Alarm IDs are always uppercased and truncated to 32 characters. Examples The following script sets the alarm Id of the object.: myEvent.AlarmID = "ALARM_BLOCK1" |