Task.IsSummary property
Obtém um valor que indica se a tarefa é uma tarefa de resumo.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<RemoteAttribute> _
Public ReadOnly Property IsSummary As Boolean
Get
'Uso
Dim instance As Task
Dim value As Boolean
value = instance.IsSummary
[RemoteAttribute]
public bool IsSummary { get; }
Property value
Type: System.Boolean
True se a tarefa for uma tarefa de resumo; Caso contrário, False.
Comentários
Uma tarefa de resumo é a tarefa que é composta de subtarefas e resume essas subtarefas.