Root - property of the PmaObject object
Description:
Returns reference to the root application object
PmaRoot.
Note:
Property access for
read only.
Nothing value can be tested by VBScript
Is operator.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oRoot = oObject.Root;
Dim oRoot
oRoot = oObject.Root