Area - property of the PmaAlarmGroup object
Description:
Area where the alarm group belongs.
Note:
Property access for
read only.
The value of this property is defined in the "
Area" configurator of this object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAl = pMe.Pm("/Alarm");
var sArea = oAl.Area;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim sArea
sArea = oAl.Area