OwnerGroup - property of the PmEventItem object
Description:
Returns reference to the PmaEventGroup object that owns the event item.
Syntax:
Object OwnerGroup
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oEv = pMe.Pm("/Event");
var oEvItem = oEv.Item("Temperature");
var oOwner = oEvItem.OwnerGroup;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim oEvItem
Set oEvItem = oEv.Item("Temperature")
Dim oOwner
Set oOwner = oEvItem.OwnerGroup