PlanAssignmentCreationInformation.Intervals property
Gets or sets an enumerator that iterates through a collection of time intervals.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Intervals As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
Get
Set
'Usage
Dim instance As PlanAssignmentCreationInformation
Dim value As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
value = instance.Intervals
instance.Intervals = value
[RemoteAttribute]
public IEnumerable<PlanAssignmentIntervalCreationInformation> Intervals { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<PlanAssignmentIntervalCreationInformation>
An iterator for a time interval collection.
See also
Reference
PlanAssignmentCreationInformation class