GroupTitle - property of the PmaEventGroup object
Description:
Displayed name of an event group.
Note:
Property access for
read only. The value of this property is defined in the "
Displayed group name" configurator of this object.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oEv = pMe.Pm("/Event");
var sId = oEv.GroupTitle;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim sId
sId = oEv.GroupTitle