StatusAssignment class

Provides an object that is an assignment in a status update.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.StatusAssignment

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.StatusAssignment", ServerTypeId := "{756f4346-380d-4951-aed0-a3ebfe083888}")> _
Public Class StatusAssignment _
    Inherits ClientObject
'Usage
Dim instance As StatusAssignment
[ScriptTypeAttribute("PS.StatusAssignment", ServerTypeId = "{756f4346-380d-4951-aed0-a3ebfe083888}")]
public class StatusAssignment : ClientObject

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

StatusAssignment members

Microsoft.ProjectServer.Client namespace