Share via


PublishedTask.Assignments property

Gets the collection of assignments for the task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Assignments As PublishedAssignmentCollection
    Get
'Usage
Dim instance As PublishedTask
Dim value As PublishedAssignmentCollection

value = instance.Assignments
[RemoteAttribute]
public PublishedAssignmentCollection Assignments { get; }

Property value

Type: Microsoft.ProjectServer.Client.PublishedAssignmentCollection
A collection of PublishedAssignments objects.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace