This property provides access to the parent package of the package.
Syntax
HRESULT ParentPackage(
[out, retval] IJavaPackage** retval
);
Property ParentPackage As IJavaPackage
The parent package is contained in the parent directory of the package directory. The parent package is Null if the current package is a top-level package.