DraftAssignmentCollection class

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
Public Class DraftAssignmentCollection _
    Inherits ClientObjectCollection(Of DraftAssignment)
'Usage
Dim instance As DraftAssignmentCollection
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

Microsoft.ProjectServer.Client namespace