Share via


DraftProjectResource.Assignments property

Gets the assignments that are associated with the resource.

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 DraftProjectResource
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

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace