Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 820 Bytes

Project.Task.Subproject.md

File metadata and controls

33 lines (20 loc) · 820 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Task.Subproject property (Project)
project-server
Project.Task.Subproject
da054f33-3200-e2bd-4db4-179a30958b98
06/08/2017
medium

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"

[!includeSupport and feedback]