DraftTask.Predecessors property
Gets the links to the predecessor tasks that the current task depends on.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Predecessors As DraftTaskLinkCollection
Get
'Usage
Dim instance As DraftTask
Dim value As DraftTaskLinkCollection
value = instance.Predecessors
[RemoteAttribute]
public DraftTaskLinkCollection Predecessors { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftTaskLinkCollection
A collection of DraftTaskLink objects.