Share via


PublishedTask.Predecessors property

Gets the links to predecessor tasks on which the task depends, before the current task can be started or finished.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Predecessors As PublishedTaskLinkCollection
    Get
'Usage
Dim instance As PublishedTask
Dim value As PublishedTaskLinkCollection

value = instance.Predecessors
[RemoteAttribute]
public PublishedTaskLinkCollection Predecessors { get; }

Property value

Type: Microsoft.ProjectServer.Client.PublishedTaskLinkCollection
A collection of PublishedTaskLink objects.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace