Area - property of the PmaEventGroup object
Description:
The area where the event 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 oEv = pMe.Pm("/Event");
var sArea = oEv.Area;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim sArea
sArea = oEv.Area