Group - property of the ExtTrend object
Description:
The property returns the
PmaTrendGroup object where this data extension is registered.
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var oGroup = oExt.Group;
Dim oGroup
oGroup = oExt.Group
Example2: