DraftAssignmentCollection class
Represents a collection of DraftAssignment objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<DraftAssignment>
Microsoft.ProjectServer.Client.DraftAssignmentCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.DraftAssignmentCollection", ServerTypeId := "{fc63c328-5967-4990-a5a9-0c3e3c702b99}")> _
Public Class DraftAssignmentCollection _
Inherits ClientObjectCollection(Of DraftAssignment)
'Usage
Dim instance As DraftAssignmentCollection
[ScriptTypeAttribute("PS.DraftAssignmentCollection", ServerTypeId = "{fc63c328-5967-4990-a5a9-0c3e3c702b99}")]
public class DraftAssignmentCollection : ClientObjectCollection<DraftAssignment>
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.
See also
Reference
DraftAssignmentCollection members