ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_IS_CONFIRMED Property

Indicates whether this resource accepted or rejected the task assignment.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_IS_CONFIRMED As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace