Share via


PlanAssignmentCollection.GetById method

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

Syntax

'Declaration
Public Function GetById ( _
    objectId As String _
) As PlanAssignment
'Usage
Dim instance As PlanAssignmentCollection
Dim objectId As String
Dim returnValue As PlanAssignment

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

Parameters

Return value

Type: Microsoft.ProjectServer.Client.PlanAssignment

See also

Reference

PlanAssignmentCollection class

PlanAssignmentCollection members

Microsoft.ProjectServer.Client namespace