다음을 통해 공유


PublishedProjectResourceCollection.GetById method

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

Syntax

'Declaration
Public Function GetById ( _
    objectId As String _
) As PublishedProjectResource
'Usage
Dim instance As PublishedProjectResourceCollection
Dim objectId As String
Dim returnValue As PublishedProjectResource

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PublishedProjectResource

See also

Reference

PublishedProjectResourceCollection class

PublishedProjectResourceCollection members

Microsoft.ProjectServer.Client namespace