Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.34 KB

Project.StartDriver.OverAllocatedAssignments.md

File metadata and controls

52 lines (28 loc) · 1.34 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
StartDriver.OverAllocatedAssignments property (Project)
project-server
Project.StartDriver.OverAllocatedAssignments
bef55fa0-e721-27f6-aa3b-6314aeaef0fa
06/08/2017
medium

StartDriver.OverAllocatedAssignments property (Project)

Gets overallocated assignments for a task start driver. Read-only OverAllocatedAssignments.

Syntax

expression. OverAllocatedAssignments( _fOverPeak_ )

expression An expression that returns a StartDriver object.

Parameters

Name Required/Optional Data type Description
overallocationType Required PjOverallocationType Can be one of the PjOverallocationType constants, which determines the type of overallocation.

Remarks

Overallocated assignments are not possible on milestones, placeholder tasks, or tasks with no assignments.

Example

The following command returns the number of overallocated assignments where resources are working on other tasks.

Debug.Print ActiveProject.Tasks(2).StartDriver.OverAllocatedAssignments(pjOverallocationTypeWorkingOnOtherTasks).Count

See also

StartDriver Object

[!includeSupport and feedback]