PublishedTaskLinkCollection.GetById method

Returns a task link in the collection with the Id value.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As PublishedTaskLink
'Usage
Dim instance As PublishedTaskLinkCollection
Dim objectId As String
Dim returnValue As PublishedTaskLink

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public PublishedTaskLink GetById(
    string objectId
)

Parameters

  • objectId
    Type: System.String

    The string representation of the task link GUID.

Return value

Type: Microsoft.ProjectServer.Client.PublishedTaskLink
A PublishedTaskLink object.

See also

Reference

PublishedTaskLinkCollection class

PublishedTaskLinkCollection members

Microsoft.ProjectServer.Client namespace