GroupParent - property of the PmaAlarmGroup object
Description:
Returns reference to parent group.
Syntax:
Object GroupParent
Note:
Property access for
read only.
The value of this property is defined in the "
Parent" configurator of this object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAl = pMe.Pm("/Alarm");
var oAlParent = oAl.GroupParent;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim oAlParent
Set oAlParent = oAl.GroupParent