ProjectDataSet.AssignmentRow.ASSN_IS_CONFIRMED Property
Indicates whether this resource has accepted or rejected the task assignment.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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