다음을 통해 공유


PublishedTaskCollection.GetById method

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

Syntax

'Declaration
Public Function GetById ( _
    objectId As String _
) As PublishedTask
'Usage
Dim instance As PublishedTaskCollection
Dim objectId As String
Dim returnValue As PublishedTask

returnValue = instance.GetById(objectId)
public PublishedTask GetById(
    string objectId
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PublishedTask

See also

Reference

PublishedTaskCollection class

PublishedTaskCollection members

Microsoft.ProjectServer.Client namespace