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