Share via


StatusingDataSet.TasksRow.TASK_LEVELING_ADJUSTS_ASSN Property

Gets or sets the Boolean value that specifies whether the leveling function can delay and split individual assignments (rather than the entire task) to resolve over allocations.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property TASK_LEVELING_ADJUSTS_ASSN As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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 is True.

See Also

Reference

StatusingDataSet.TasksRow Class

StatusingDataSet.TasksRow Members

Statusing Web Service