title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.Parent property (Project) |
project-server |
|
4942313c-4f03-362f-0fbb-9596050a7231 |
06/08/2017 |
medium |
Gets the parent of the Application object. Read-only Application.
expression.Parent
expression A variable that represents an Application object.
The parent of the Application object is the Application object.
For example, executing either of the following statements in the Immediate pane of the VBE shows the text Microsoft Project.
? Application.Parent.Name
? Application.Name
[!includeSupport and feedback]