Expand Minimize
This topic has not yet been rated - Rate this topic

ProjectDataSet.AssignmentRow.ASSN_IS_CONFIRMED Property (WebSvcProject)

Office 2007
Indicates whether this resource has accepted or rejected the task assignment.

Namespace: [Project Web service]
Web reference: http://ServerName/ProjectServerName/_vti_bin/psi/Project.asmx
[DebuggerNonUserCodeAttribute] 
public bool ASSN_IS_CONFIRMED { get; set; }

Property Value

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.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.