Assignment.IsConfirmed property
Gets a value that shows whether the resource has accepted the assignment.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsConfirmed As Boolean
Get
'Usage
Dim instance As Assignment
Dim value As Boolean
value = instance.IsConfirmed
[RemoteAttribute]
public bool IsConfirmed { get; }
Property value
Type: System.Boolean
True if the assignment is confirmed; 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.