Task.IsRolledUp property

Gets a value that indicates whether information on the subtask Gantt bars is rolled up to the summary task bar.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsRolledUp As Boolean
    Get
'Usage
Dim instance As Task
Dim value As Boolean

value = instance.IsRolledUp
[RemoteAttribute]
public bool IsRolledUp { get; }

Property value

Type: System.Boolean
True if information on the subtask Gantt bars is rolled up; otherwise, False.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace