Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 810 Bytes

Project.List.Parent.md

File metadata and controls

30 lines (18 loc) · 810 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
List.Parent property (Project)
project-server
Project.List.Parent
08d2d7d8-fafc-8f60-be78-c2d462005eaf
06/08/2017
medium

List.Parent property (Project)

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

Syntax

expression.Parent

expression A variable that represents a List object.

Remarks

The parent of a List object can be a Selection (with the FieldIDList and FieldNameList properties), a Project (including several properties such as MapList, ReportList, and ViewList).

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

[!includeSupport and feedback]