DraftTask.Assignments property

Gets the assignments for a task.

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

Syntax

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

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

Property value

Type: Microsoft.ProjectServer.Client.DraftAssignmentCollection
A collection of DraftAssignment objects.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace