This method/property/event is considered obsolete and is functional only if the "Level of integration of panel viewer and the local application" configurator is set to full - FULL access from scripts to the whole application (only for VBScript and if the "Enable multiple opening of local panel" configurator IS NOT SET.
Instead of this property it is better to use the PmgRoot.ReturnValue property.
The property value is used as the return value of the Pm.CreateView method.
var oPanel = pMe.Pm("/Panel");
oPanel.ReturnValue = Pm.CreatePmArray().Array1("a", "b", "c");