GroupParent - property of the PmaEventGroup 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 oEv = pMe.Pm("/Event");
var oEvParent = oEv.GroupParent;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim oEvParent
Set oEvParent = oEv.GroupParent