다음을 통해 공유


PublishedTaskLinkCollection.GetById method

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

Syntax

'Declaration
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)
public PublishedTaskLink GetById(
    string objectId
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PublishedTaskLink

See also

Reference

PublishedTaskLinkCollection class

PublishedTaskLinkCollection members

Microsoft.ProjectServer.Client namespace