Compartilhar via


PlanAssignmentCreationInformation.Intervals propriedade

Obtém ou define um enumerador que itera por meio de um conjunto de intervalos de tempo.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public Property Intervals As IEnumerable(Of PlanAssignmentIntervalCreationInformation)
    Get
    Set
'Uso
Dim instance As PlanAssignmentCreationInformation
Dim value As IEnumerable(Of PlanAssignmentIntervalCreationInformation)

value = instance.Intervals

instance.Intervals = value
[RemoteAttribute]
public IEnumerable<PlanAssignmentIntervalCreationInformation> Intervals { get; set; }

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<PlanAssignmentIntervalCreationInformation>
Um iterador para uma coleção de intervalo de tempo.

Ver também

Referência

PlanAssignmentCreationInformation classe

PlanAssignmentCreationInformation membros

Microsoft.ProjectServer.Client namespace