Share via


PlanAssignmentIntervalCollection classe

Representa uma coleção de objetos PlanAssignmentInterval .

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<PlanAssignmentInterval>
        Microsoft.ProjectServer.Client.PlanAssignmentIntervalCollection

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

Sintaxe

'Declaração
<ScriptTypeAttribute("PS.PlanAssignmentIntervalCollection", ServerTypeId := "{e7218c7f-92de-4ac6-ac89-9e89bb9b78d7}")> _
Public Class PlanAssignmentIntervalCollection _
    Inherits ClientObjectCollection(Of PlanAssignmentInterval)
'Uso
Dim instance As PlanAssignmentIntervalCollection
[ScriptTypeAttribute("PS.PlanAssignmentIntervalCollection", ServerTypeId = "{e7218c7f-92de-4ac6-ac89-9e89bb9b78d7}")]
public class PlanAssignmentIntervalCollection : ClientObjectCollection<PlanAssignmentInterval>

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

PlanAssignmentIntervalCollection membros

Microsoft.ProjectServer.Client namespace