Gets and sets the alarm message. | |
Syntax: | String =
object.AlarmMessage object.AlarmMessage = String |
Description: | The CimAlarm.AlarmMessage is a string
containing the alarm message. Note: When accessed from a Point
Alarm, this property is read-only because the structure of the
point alarm message defines the alarm message. Examples alarm.AlarmMessage = "Process %s Terminated on %s Process
name %s" |