FullName - property of the PmgObject object
Description:
Name of the
Pmg object including the path that consists of parent
Pmg objects names.
This property is obsolete (but functional) and it is better to use the
GetPathName method.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oObject = pMe.Items("/Txt0");
var sFullName = oObject.FullName;
Dim oObject
Set oObject = pMe.Items("/Txt0")
Dim sFullName
sFullName = oObject.FullName