ProjectDataSet.TaskRow.TASK_IS_ROLLED_UP Property

Indicates whether information on the subtask Gantt bars is rolled up to the summary task bar.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property TASK_IS_ROLLED_UP As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean

value = instance.TASK_IS_ROLLED_UP

instance.TASK_IS_ROLLED_UP = value
public bool TASK_IS_ROLLED_UP { get; set; }

Property Value

Type: System.Boolean

Remarks

Read-only.

For summary tasks, TASK_IS_ROLLED_UP indicates whether the summary task bar displays rolled-up bars. You must have TASK_IS_ROLLED_UP on a summary task set to true for subtask information to roll up.

See Also

Reference

ProjectDataSet.TaskRow Class

ProjectDataSet.TaskRow Members

WebSvcProject Namespace