Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 896 Bytes

Project.engagements.add.md

File metadata and controls

37 lines (22 loc) · 896 Bytes
title ms.assetid ms.date ms.service ms.localizationpriority
Engagements.Add method (Project)
c3871f6a-ce2f-d0ae-ed91-658afaae25dd
06/08/2017
project-server
medium

Engagements.Add method (Project)

Adds a new Engagement to the Resource. Introduced in Office 2016.

Syntax

expression.Add ( ResourceID, ResourceID, Start, End, TotalWork)

expression A variable that represents a 'Engagements' object.

Parameters

Name Required/Optional Data type Description
ResourceID Optional Variant Resource identifier of the Engagement.
Start Optional Variant Start date of the Engagement.
End Optional Variant Finish date of the Engagement.
TotalWork Optional Variant Work of the Engagement.

Return value

ENGAGEMENT

[!includeSupport and feedback]