Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 705 Bytes

task-subproject-property-project.md

File metadata and controls

32 lines (18 loc) · 705 Bytes
title ms.prod api_name ms.assetid ms.date
Task.Subproject Property (Project)
project-server
Project.Task.Subproject
da054f33-3200-e2bd-4db4-179a30958b98
06/08/2017

Task.Subproject Property (Project)

Gets or sets the subproject name for the task. Read/write String.

Syntax

expression. Subproject

expression A variable that represents a Task object.

Example

The following line of code inserts the specified project as a subproject for the task. If the project is not found, it displays a file dialog box with the title Cannot find inserted project - C:\Project\MySubProject.mpp.

activecell.Task.SubProject = "C:\Project\MySubProject.mpp"