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:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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

Project Web Service