Share via


StageDetailPageCollection.GetById method

Gets a PDP object from the collection of PDPs that are associated with a workflow stage, by using a string identifier.

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

Syntax

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

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

Parameters

  • objectId
    Type: System.String

    The string identifier of a stage PDP.

Return value

Type: Microsoft.ProjectServer.Client.StageDetailPage

See also

Reference

StageDetailPageCollection class

StageDetailPageCollection members

Microsoft.ProjectServer.Client namespace