EnterpriseResource.Assignments property

Gets a collection of status assignments for an enterprise resource.

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

Syntax

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

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

Property value

Type: Microsoft.ProjectServer.Client.StatusAssignmentCollection
A collection of StatusAssignment objects.

Remarks

Status assignment data reports on the status of assignments.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace