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: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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.