PublishedTaskLink class
inherits members from TaskLink
Represents a dependency relationship between the start and finish dates of two tasks.
Syntax
CSOM
class PublishedTaskLink
JSOM
PS.PublishedTaskLink
REST Interface
Supported.
PS.PublishedTaskLink
http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/Projects('{projectid}')/TaskLinks('{linkid}')
Members
✓ - Read Support ✓ʷ - Write Support
Properties
Name | .NET | JSOM | REST | Type | Description |
---|---|---|---|---|---|
DependencyType | ✓ | ✓ | ✓ | DependencyType | Gets the type of link relationship between two tasks. |
End | ✓ | ✓ | ✓ | PublishedTask | Gets the task at the end of the link. |
Start | ✓ | ✓ | ✓ | PublishedTask | Gets the task at the start of the link. |