GroupTitle - property of the PmaAlarmGroup object
Description:
The displayed name of an alarm group.
Syntax:
String GroupTitle
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 oAl = pMe.Pm("/Alarm");
var sTitle = oAl.GroupTitle;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim sTitle
sTitle = oAl.GroupTitle