DraftAssignment class

Enables the creation of a draft assignment for a project.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.Assignment
      Microsoft.ProjectServer.Client.DraftAssignment

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.DraftAssignment", ServerTypeId := "{88e665c2-924f-4da3-a217-9a361272ca7e}")> _
Public Class DraftAssignment _
    Inherits Assignment
'Usage
Dim instance As DraftAssignment
[ScriptTypeAttribute("PS.DraftAssignment", ServerTypeId = "{88e665c2-924f-4da3-a217-9a361272ca7e}")]
public class DraftAssignment : Assignment

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

DraftAssignment members

Microsoft.ProjectServer.Client namespace

Assignment

PublishedAssignmentCollection

PublishedAssignment

DraftAssignmentCollection

AssignmentCreationInformation