Share via


DraftTaskLinkCollection.Add method

Adds the draft task link that is specified by the TaskLinkCreationInformation object to the collection.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function Add ( _
    parameters As TaskLinkCreationInformation _
) As DraftTaskLink
'Usage
Dim instance As DraftTaskLinkCollection
Dim parameters As TaskLinkCreationInformation
Dim returnValue As DraftTaskLink

returnValue = instance.Add(parameters)
[RemoteAttribute]
public DraftTaskLink Add(
    TaskLinkCreationInformation parameters
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.DraftTaskLink
The draft task link.

See also

Reference

DraftTaskLinkCollection class

DraftTaskLinkCollection members

Microsoft.ProjectServer.Client namespace