StageDetailPageCollection.GetByGuid method

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

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As StageDetailPage
'Usage
Dim instance As StageDetailPageCollection
Dim uid As Guid
Dim returnValue As StageDetailPage

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public StageDetailPage GetByGuid(
    Guid uid
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.StageDetailPage
A project detail page that is associated with the stage.

See also

Reference

StageDetailPageCollection class

StageDetailPageCollection members

Microsoft.ProjectServer.Client namespace