ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ACWP Property
Represents the cost incurred for work already done on a task to date.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_ACWP As Double
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double
value = instance.ASSN_ACWP
instance.ASSN_ACWP = value
public double ASSN_ACWP { get; set; }
Property Value
Type: System.Double
Remarks
ACWP is the abbreviation for “actual cost of work performed.”
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class