Project.TaskListId property

Gets the GUID of the project's task list.

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

Syntax

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

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

Property value

Type: System.Guid
A GUID.

Remarks

The GUID is empty if the project has not task list.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace