Share via


Project.SummaryTaskId property

Gets the GUID for the hidden project summary task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property SummaryTaskId As Guid
    Get
'Usage
Dim instance As Project
Dim value As Guid

value = instance.SummaryTaskId
[RemoteAttribute]
public Guid SummaryTaskId { get; }

Property value

Type: System.Guid
A GUID value.

Remarks

This can be used to insert a task at the beginning of the list with <see cref="TaskCreationInformation.AddAfterId"/>.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace