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