PublishedProjectResource.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 PublishedAssignmentCollection
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As PublishedAssignmentCollection
value = instance.Assignments
[RemoteAttribute]
public PublishedAssignmentCollection Assignments { get; }
Property value
Type: Microsoft.ProjectServer.Client.PublishedAssignmentCollection
A collection of published assignments.
See also
Reference
PublishedProjectResource class