ProjectDataSet.TaskRow.TASK_LEVELING_ADJUSTS_ASSN property

Indicates whether the leveling function can delay and split individual assignments (rather than the entire task) to resolve over-allocations.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace