ProjectDataSet.AssignmentRow.ASSN_ACT_COST Property
Specifies the cost of work that has been performed by this resource on this task to date.
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_ACT_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_ACT_COST
instance.ASSN_ACT_COST = value
public double ASSN_ACT_COST { get; set; }
Property Value
Type: System.Double
Remarks
In most cases, Project calculates the ASSN_ACT_COST as shown in the following formula.
ASSN_ACT_COST = (ASSN_ACT_WORK * RES_STD_RATE) + (ASSN_ACT_OVT_WORK * RES_OVT_RATE) + RES_COST_PER_USE
If PROJ_OPT_CALC_ACT_COSTS is set to false, you can set the actual cost in your program.
See Also
Reference
ProjectDataSet.AssignmentRow Class