Assignment.IsOverAllocated property
Gets a value that indicates whether the resource is overallocated during the time of the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsOverAllocated As Boolean
Get
'Usage
Dim instance As Assignment
Dim value As Boolean
value = instance.IsOverAllocated
[RemoteAttribute]
public bool IsOverAllocated { get; }
Property value
Type: System.Boolean
True if the resource is overallocated; otherwise, False.
Remarks
An overallocated resource is assigned to do more work than can be done within the normal working capacity. The work capacity of a resource is determined by the resource calendar and the resource availability during the assignment.