StatusingDataSet.AssignmentsRow.ASSN_RESPONSE_PENDING property
Indicates whether an acknowledgment was received from a resource regarding a task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_RESPONSE_PENDING As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
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
See also
Reference
StatusingDataSet.AssignmentsRow class