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
parameters
Type: Microsoft.ProjectServer.Client.TaskLinkCreationInformationThe properties of the draft task link to create.
Return value
Type: Microsoft.ProjectServer.Client.DraftTaskLink
The draft task link.