Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.86 KB

Project.Assignments.Add.md

File metadata and controls

42 lines (25 loc) · 1.86 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Assignments.Add method (Project)
project-server
Project.Assignments.Add
c135a80e-1fb9-32e3-864e-f701c1947ca4
06/08/2017
medium

Assignments.Add method (Project)

Adds an Assignment object to an Assignments collection.

Syntax

expression.Add (TaskID, ResourceID, Units)

expression A variable that represents an 'Assignments' object.

Parameters

Name Required/Optional Data type Description
TaskID Optional Long The identification number of a task. Required if the parent object is a resource. The task is assigned the resource specified by ResourceID. The default value of TaskID is the identification number of the parent object of the Assignments collection if the parent object is a Task object.
ResourceID Optional Long The identification number of a resource. Required if the parent object is a task. The resource is assigned the task specified with the TaskID argument. The default value of ResourceID is the identification number of the parent object of the Assignments collection if the parent object is a Resource object.
Units Optional Variant The number of resource units, expressed as a decimal or percentage, to assign to the task. The default value is 1 or 100%, depending on whether the Show assignment units as a setting is Decimal or Percentage, on the Schedule tab of the Project Options dialog box. If the maximum number of units is less than 1 (or the maximum percentage is less than 100%), the default value of the Units argument is the maximum number of units (or the maximum percentage).

Return value

Assignment

See also

Assignments Collection Object

[!includeSupport and feedback]