ProjectDataSet.AssignmentRow.ASSN_RESPONSE_PENDING Property

Indicates whether an acknowledgment as received from this resource regarding this task.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_RESPONSE_PENDING As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean

value = instance.ASSN_RESPONSE_PENDING

instance.ASSN_RESPONSE_PENDING = value
public bool ASSN_RESPONSE_PENDING { get; set; }

Property Value

Type: System.Boolean

Remarks

Read-only

When you assign a team member to a task and send an update by using Project Server, Project enters true in ASSN_RESPONSE_PENDING. When you receive a response to this message, true changes to false.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Project Web Service