DraftTask.LevelingAdjustsAssignments property
Gets or sets a value that indicates whether 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 Property LevelingAdjustsAssignments As Boolean
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Boolean
value = instance.LevelingAdjustsAssignments
instance.LevelingAdjustsAssignments = value
[RemoteAttribute]
public bool LevelingAdjustsAssignments { get; set; }
Property value
Type: System.Boolean
True if leveling can delay or split assignments to resolve overallocations; otherwise, False.