ResourcePlan.Assignments property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Assignments As PlanAssignmentCollection
Get
'Usage
Dim instance As ResourcePlan
Dim value As PlanAssignmentCollection
value = instance.Assignments
public PlanAssignmentCollection Assignments { get; }
Property value
Type: Microsoft.ProjectServer.Client.PlanAssignmentCollection