Assignment.IsResponsePending property

Gets a value that shows whether the assignment update has been sent to the resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsResponsePending As Boolean
    Get
'Usage
Dim instance As Assignment
Dim value As Boolean

value = instance.IsResponsePending
[RemoteAttribute]
public bool IsResponsePending { get; }

Property value

Type: System.Boolean
True if the assignment update is sent to the resource; otherwise, False.

Remarks

When an assignment is created, Project Server sets the IsConfirmed value to False. When the project manager sends an assignment update to a resource, Project Server sets the IsResponsePending value to True. If the resource accepts the assignment, the IsResponsePending value is set to False and the IsConfirmed value is set to True.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace