Share via


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

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

StatusingDataSet.TasksRow Members

Statusing Web Service