PlanAssignmentCollection class
Represents a collection of plan assignment objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<PlanAssignment>
Microsoft.ProjectServer.Client.PlanAssignmentCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.PlanAssignmentCollection", ServerTypeId := "{4dce929e-5819-498a-893c-113ab27882c9}")> _
Public Class PlanAssignmentCollection _
Inherits ClientObjectCollection(Of PlanAssignment)
'Usage
Dim instance As PlanAssignmentCollection
[ScriptTypeAttribute("PS.PlanAssignmentCollection", ServerTypeId = "{4dce929e-5819-498a-893c-113ab27882c9}")]
public class PlanAssignmentCollection : ClientObjectCollection<PlanAssignment>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.