CimEMAlarmEvent.RefID (property, read)

Syntax AlarmEvent.RefID
Description String. Returns the Reference ID of the alarm that triggered the event.
Example
Sub Main()
   Dim AlarmEvent as CimEmAlarmEvent
   Set AlarmEvent = CimGetEMEvent().AlarmEvent()
   PointSet "LAST_ALARM_REF_ID", AlarmEvent.RefID
   End if
end sub