GroupId - property of the PmaAlarmGroup object
Description:
Alarm group identifier.
Note:
Property access for
read only.
The value of this property is defined in the "
Alarm group identifier" configurator of this object.
Example1:
The property can be used for parametrization of individual configurator values (e.g. in the
PmaPrototype object) by the
$.expr macro expression.
Example2:
JavaScriptVBScriptSelect and copy to clipboard
var oAl = pMe.Pm("/Alarm");
var sId = oAl.GroupId;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim sId
sId = oAl.GroupId