Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 828 Bytes

Project.Application.Parent.md

File metadata and controls

39 lines (23 loc) · 828 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Parent property (Project)
project-server
Project.Application.Parent
4942313c-4f03-362f-0fbb-9596050a7231
06/08/2017
medium

Application.Parent property (Project)

Gets the parent of the Application object. Read-only Application.

Syntax

expression.Parent

expression A variable that represents an Application object.

Remarks

The parent of the Application object is the Application object.

Example

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]