Share via


PlanAssignment.Intervals property

Gets the collection of plan assignment time intervals.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Intervals As PlanAssignmentIntervalCollection
    Get
'Usage
Dim instance As PlanAssignment
Dim value As PlanAssignmentIntervalCollection

value = instance.Intervals
[RemoteAttribute]
public PlanAssignmentIntervalCollection Intervals { get; }

Property value

Type: Microsoft.ProjectServer.Client.PlanAssignmentIntervalCollection
A PlanAssignmentIntervalCollection object.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace