Task.IsRolledUp property
Obtém um valor que indica se informações de Gantt da subtarefa barras são acumuladas para a barra de tarefa de resumo.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<RemoteAttribute> _
Public ReadOnly Property IsRolledUp As Boolean
Get
'Uso
Dim instance As Task
Dim value As Boolean
value = instance.IsRolledUp
[RemoteAttribute]
public bool IsRolledUp { get; }
Property value
Type: System.Boolean
True se informações de Gantt da subtarefa barras são acumuladas; Caso contrário, False.