ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_ACWP property
Gets or sets the actual cost of work performed (ACWP) on a task to date. Read-only.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.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
See also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow class