ProjectDataSet.TaskRow.TASK_LEVELING_ADJUSTS_ASSN Property
Task leveling adjusts assignments indicates whether the leveling function can delay and split individual assignments (rather than the entire task) to resolve over-allocations.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TASK_LEVELING_ADJUSTS_ASSN As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_LEVELING_ADJUSTS_ASSN
instance.TASK_LEVELING_ADJUSTS_ASSN = value
public bool TASK_LEVELING_ADJUSTS_ASSN { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value for new tasks is true.