Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 867 Bytes

Project.Task.DeliverableType.md

File metadata and controls

36 lines (22 loc) · 867 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Task.DeliverableType property (Project)
project-server
Project.Task.DeliverableType
4170340d-ea80-54ab-b65a-08ee062ad41b
06/08/2017
medium

Task.DeliverableType property (Project)

Gets or sets the type of deliverable for the task. Read/write Integer.

Syntax

expression. DeliverableType

expression A variable that represents a Task object.

Remarks

The DeliverableType property can have the following values:

Value Description
0 The task has no associated deliverable.
1 The associated deliverable is produced by the task.
2 The associated deliverable is produced by a separate project or task upon which the current task is dependent.

[!includeSupport and feedback]