Project.DeliverableCreate Method (Project)

Creates a deliverable for a published project that has a project workspace.

Syntax

expression .DeliverableCreate(DeliverableName, DeliverableStartDate, DeliverableFinishDate, TaskGuid)

expression A variable that represents a Project object.

Parameters

Name

Required/Optional

Data Type

Description

DeliverableName

Required

String

Name of the deliverable.

DeliverableStartDate

Required

Variant

Start date for the deliverable.

DeliverableFinishDate

Required

Variant

Finish date for the deliverable.

TaskGuid

Required

String

GUID of the task to which to link the deliverable.

Return Value

String