DraftProject.TaskLinks property
Gets the collection of draft task link objects for the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property TaskLinks As DraftTaskLinkCollection
Get
'Usage
Dim instance As DraftProject
Dim value As DraftTaskLinkCollection
value = instance.TaskLinks
[RemoteAttribute]
public DraftTaskLinkCollection TaskLinks { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftTaskLinkCollection
A collection of DraftTaskLink objects.
Remarks
Task links set the timeline relationships among project tasks.