ProjectDataSet.TaskRow.TASK_IS_ROLLED_UP property
Indicates whether the information on the subtask Gantt bars is rolled up to the summary task bar.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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.