PublishedTaskLink class

Represents a 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.PublishedTaskLink

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.PublishedTaskLink", ServerTypeId := "{9d43e6cb-ea49-439d-9e78-4ccf47cef42f}")> _
Public Class PublishedTaskLink _
    Inherits TaskLink
'Usage
Dim instance As PublishedTaskLink
[ScriptTypeAttribute("PS.PublishedTaskLink", ServerTypeId = "{9d43e6cb-ea49-439d-9e78-4ccf47cef42f}")]
public class PublishedTaskLink : TaskLink

Remarks

An example of a task link is Finish-to-Start, which 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.

See also

Reference

PublishedTaskLink members

Microsoft.ProjectServer.Client namespace