Gets the CimAlarm object. | |
Syntax: | Set CimAlarm = object.Alarm |
Description: | CimPointAlarm.Alarm returns a CimAlarm
object containing the non-point related properties of a CIMPLICITY
alarm. Examples Dim Alarm as CimAlarm set Alarm = point.PointAlarm.Alarm |