ProjectDataSet.AssignmentRow.ASSN_IS_CONFIRMED property
Indicates whether this resource has accepted or rejected the task assignment.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_IS_CONFIRMED As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean
value = instance.ASSN_IS_CONFIRMED
instance.ASSN_IS_CONFIRMED = value
public bool ASSN_IS_CONFIRMED { get; set; }
Property value
Type: System.Boolean
If the resource accepts the assignment, ASSN_IS_CONFIRMED is set to true. If the resource rejects the assignment, this field remains set to false.
Remarks
Read-only. ASSN_IS_CONFIRMED defaults to false. When an assignment update is sent to a resource, the ASSN_RESPONSE_PENDING property is set to true. When a response is received, the ASSN_RESPONSE_PENDING property is set to false.
See also
Reference
ProjectDataSet.AssignmentRow class