OwnerGroup - property of the PmAlarmItem object
Description:
Returns reference to the PmaAlarmGroup object that owns the alarm item.
Syntax:
Object OwnerGroup
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAlGroup = oAlItem.OwnerGroup;
Dim oAlGroup
oAlGroup = oAlItem.OwnerGroup