PlanAssignmentIntervalCollection.GetById method
Gets a plan assignment interval from the collection of plan assignment intervals, with the specified object identifier.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
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)
[RemoteAttribute]
public PlanAssignmentInterval GetById(
string id
)
Parameters
id
Type: System.StringA string value that represents an identifier for a plan assignment interval object.
Return value
Type: Microsoft.ProjectServer.Client.PlanAssignmentInterval
A PlanAssignmentInterval object.
See also
Reference
PlanAssignmentIntervalCollection class