TaskLink class
Represents the dependency relationship between the start and finish dates of two tasks.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.TaskLink
Microsoft.ProjectServer.Client.DraftTaskLink
Microsoft.ProjectServer.Client.PublishedTaskLink
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.TaskLink", ServerTypeId := "{02d74d6c-009e-4b09-812b-b4848f89e985}")> _
Public Class TaskLink _
Inherits ClientObject
'Usage
Dim instance As TaskLink
[ScriptTypeAttribute("PS.TaskLink", ServerTypeId = "{02d74d6c-009e-4b09-812b-b4848f89e985}")]
public class TaskLink : ClientObject
Remarks
An example of a task link is Finish-to-Start. This means that a designated task cannot start until the other task is finished.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.