PublishedProject.TaskLinks property
Gets the collection of task links for the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property TaskLinks As PublishedTaskLinkCollection
Get
'Usage
Dim instance As PublishedProject
Dim value As PublishedTaskLinkCollection
value = instance.TaskLinks
[RemoteAttribute]
public PublishedTaskLinkCollection TaskLinks { get; }
Property value
Type: Microsoft.ProjectServer.Client.PublishedTaskLinkCollection
A collection of PublishedTaskLink objects.