PublishedTask.Successors property
Gets a collection of 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 PublishedTaskLinkCollection
Get
'Usage
Dim instance As PublishedTask
Dim value As PublishedTaskLinkCollection
value = instance.Successors
[RemoteAttribute]
public PublishedTaskLinkCollection Successors { get; }
Property value
Type: Microsoft.ProjectServer.Client.PublishedTaskLinkCollection
A collection of PublishedTaskLink objects.