PlanAssignmentIntervalCollection.GetById method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function GetById ( _
id As String _
) As PlanAssignmentInterval
'Usage
Dim instance As PlanAssignmentIntervalCollection
Dim id As String
Dim returnValue As PlanAssignmentInterval
returnValue = instance.GetById(id)
public PlanAssignmentInterval GetById(
string id
)
Parameters
- id
Type: System.String
Return value
Type: Microsoft.ProjectServer.Client.PlanAssignmentInterval
See also
Reference
PlanAssignmentIntervalCollection class