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