StatusingDataSet.TasksRow.TASK_IS_ROLLED_UP property
Gets or sets the Boolean value that specifies whether the information on the subtask Gantt bars will be rolled up to the summary task bar.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IS_ROLLED_UP As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
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
For summary tasks, it specifies whether the summary task bar displays rolled-up bars.
Note
You must have the Rollup field for summary tasks set to Yes for any subtasks to roll up to them.
See also
Reference
StatusingDataSet.TasksRow class