PhaseCollection.GetByGuid method

Gets a workflow phase from the collection with the specified GUID.

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

Syntax

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

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Phase
A WorkflowPhase object.

See also

Reference

PhaseCollection class

PhaseCollection members

Microsoft.ProjectServer.Client namespace