Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the assignment that is in a published project.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Assignment
Microsoft.ProjectServer.Client.PublishedAssignment
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.PublishedAssignment", ServerTypeId := "{f59471b1-0085-49e1-a31d-7a7038523ab4}")> _
Public Class PublishedAssignment _
Inherits Assignment
'Usage
Dim instance As PublishedAssignment
[ScriptTypeAttribute("PS.PublishedAssignment", ServerTypeId = "{f59471b1-0085-49e1-a31d-7a7038523ab4}")]
public class PublishedAssignment : 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.