PublishedAssignmentCollection class

Represents a collection of published assignments.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<PublishedAssignment>
        Microsoft.ProjectServer.Client.PublishedAssignmentCollection

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.PublishedAssignmentCollection", ServerTypeId := "{aadc0700-8e4a-4e01-a294-169ebf725997}")> _
Public Class PublishedAssignmentCollection _
    Inherits ClientObjectCollection(Of PublishedAssignment)
'Usage
Dim instance As PublishedAssignmentCollection
[ScriptTypeAttribute("PS.PublishedAssignmentCollection", ServerTypeId = "{aadc0700-8e4a-4e01-a294-169ebf725997}")]
public class PublishedAssignmentCollection : ClientObjectCollection<PublishedAssignment>

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

PublishedAssignmentCollection members

Microsoft.ProjectServer.Client namespace

Assignment

DraftAssignment

PublishedAssignment

DraftAssignmentCollection

AssignmentCreationInformation