StatusAssignment.Project property

Gets the project that contains the status assignment.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Project As PublishedProject
    Get
'Usage
Dim instance As StatusAssignment
Dim value As PublishedProject

value = instance.Project
[RemoteAttribute]
public PublishedProject Project { get; }

Property value

Type: Microsoft.ProjectServer.Client.PublishedProject
A PublishedProject object.

See also

Reference

StatusAssignment class

StatusAssignment members

Microsoft.ProjectServer.Client namespace