Share via


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_RESPONSE_PENDING Property

Gets or sets the Boolean value that specified whether an acknowledgment is received from the resource regarding a task.

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

Syntax

'Declaration
Public Property ASSN_RESPONSE_PENDING As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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
When you assign a team member to a task and send an update with Project Server, Project enters true in ASSN_RESPONSE_PENDING. As soon as you receive a response to this message, true changes to false.

Remarks

Read-only

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

Resource Web Service