PlanAssignmentCreationInformation.Intervals property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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
public IEnumerable<PlanAssignmentIntervalCreationInformation> Intervals { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<PlanAssignmentIntervalCreationInformation>
See also
Reference
PlanAssignmentCreationInformation class