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:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcStatusing namespace