GetPathName - method of the PmaObject object
Description:
Returns the object name including the path to this object in the tree of Pma objects.
Syntax:
String GetPathName()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sPathName = oObject.GetPathName();
Dim sPathName
sPathName = oObject.GetPathName()
History:
Pm9.00.01: The property
PathName changed to method
GetPathName.