Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 721 Bytes

Project.Selection.Parent.md

File metadata and controls

30 lines (18 loc) · 721 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Selection.Parent property (Project)
project-server
Project.Selection.Parent
a0f83fdd-ecdb-171b-d1b4-982292859c98
06/08/2017
medium

Selection.Parent property (Project)

Gets the parent of the Selection object. Read-only Object.

Syntax

expression.Parent

expression A variable that represents a Selection object.

Remarks

The parent of a Selection object can be the Application or the hidden Global object.

Use the Parent property to access the properties or methods of the parent of an object.

[!includeSupport and feedback]