CimEMAlarmEvent.Message (property, read)

Syntax AlarmEvent.Message
Description String. Returns the text of the Alarm Message of the alarm that triggered the event.
Example
Sub Main()
   Dim AlarmEvent as CimEmAlarmEvent
   Set AlarmEvent = CimGetEMEvent().AlarmEvent()
   PointSet "LAST_ALARM_MESSAGE", AlarmEvent.Message
   End if
end sub