Share via


DraftProject.Assignments property

Gets the collection of assignments for a project.

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 DraftProject
Dim value As DraftAssignmentCollection

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

Property value

Type: Microsoft.ProjectServer.Client.DraftAssignmentCollection
A collection of assignments.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace