Id - property of the PmAlarmItem object
Description:
Identifier of the alarm item in the group.
Note:
Property access for
read only.
The value of this property is defined in the "
Identifier" configurator of this object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAl = pMe.Pm("/Alarm");
var oAlItem = oAl.Item("Temperature");
var sId = oAlItem.Id;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim oAlItem
Set oAlItem = oAl.Item("Temperature")
Dim sId
sId = oAlItem.Id