다음을 통해 공유


PublishedProject.Assignments property

Gets the collection of assignments in the project.

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 PublishedProject
Dim value As PublishedAssignmentCollection

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

Property value

Type: Microsoft.ProjectServer.Client.PublishedAssignmentCollection
A collection of Assignment objects.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace