PlanAssignment.Intervals property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Intervals As PlanAssignmentIntervalCollection
Get
'Usage
Dim instance As PlanAssignment
Dim value As PlanAssignmentIntervalCollection
value = instance.Intervals
public PlanAssignmentIntervalCollection Intervals { get; }
Property value
Type: Microsoft.ProjectServer.Client.PlanAssignmentIntervalCollection