PublishedTask.LevelingAdjustsAssignments property
Gets a value that indicates whether resource leveling can delay or split assignments (rather than the task itself) to resolve overallocations.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LevelingAdjustsAssignments As Boolean
Get
'Usage
Dim instance As PublishedTask
Dim value As Boolean
value = instance.LevelingAdjustsAssignments
[RemoteAttribute]
public bool LevelingAdjustsAssignments { get; }
Property value
Type: System.Boolean
True if leveling can delay or split assignments to resolve overallocations; otherwise, False.