Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.46 KB

Project.application.engagementinfo.md

File metadata and controls

44 lines (29 loc) · 1.46 KB
title keywords f1_keywords ms.assetid ms.date ms.service ms.localizationpriority
Application.EngagementInfo method (Project)
vbapj.chm160
vbapj.chm160
4e95d901-77a0-f1f7-b754-aefeb720e5ea
06/08/2017
project-server
medium

Application.EngagementInfo method (Project)

Displays the engagement information dialog box user interface for the Resource Plan view. Introduced in Office 2016.

Syntax

expression.EngagementInfo (EngagementUniqueID, ResourceUniqueID, Description, StartDate, FinishDate, Units, Work, ShowDialog)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
EngagementUniqueID Optional Dword The unique ID of the engagement.
ResourceUniqueID Optional Dword The unique ID of the resource.
Description Optional String A description of the engagement.
StartDate Optional Date The earliest date the resource can work on the engagement.
FinishDate Optional Date The latest date the resource can work on the engagement.
Units Optional Real The assignment unit the resource can work on the engagement.
Work Optional Real The amount of work requested or approved for the engagement.
ShowDialog Required Boolean Default=1; Displayed

Return value

BOOLEAN

[!includeSupport and feedback]