Task.IsSummary property
Gets a value that indicates whether the task is a summary task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsSummary As Boolean
Get
'Usage
Dim instance As Task
Dim value As Boolean
value = instance.IsSummary
[RemoteAttribute]
public bool IsSummary { get; }
Property value
Type: System.Boolean
True if the task is a summary task; otherwise, False.
Remarks
A summary task is the task that is made up of subtasks and summarizes those subtasks.