次の方法で共有


PhaseCollection.GetById method

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

Syntax

'Declaration
Public Function GetById ( _
    objectId As String _
) As Phase
'Usage
Dim instance As PhaseCollection
Dim objectId As String
Dim returnValue As Phase

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.Phase

See also

Reference

PhaseCollection class

PhaseCollection members

Microsoft.ProjectServer.Client namespace