This topic has not yet been rated - Rate this topic

Assignment class

Office 2013

Contains the common properties for draft assignments and published assignments.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
<ScriptTypeAttribute("PS.Assignment", ServerTypeId := "{aaced30f-e1e9-484f-b262-ae4e62b3359a}")> _
Public Class Assignment _
	Inherits ClientObject
Dim instance As Assignment
[ScriptTypeAttribute("PS.Assignment", ServerTypeId = "{aaced30f-e1e9-484f-b262-ae4e62b3359a}")]
public class Assignment : ClientObject

The DraftAssignment class and the PublishedAssignment class are derived from the Assignment class. All of the properties in the Assignment class are read-only. To set the value of assignment properties, use a DraftAssignment object.

For more information about fields in Microsoft Project 2013, see Available fields reference.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.