ProjectDataSet.AssignmentRow.AB_COST Property
Specifies the total cost of the resource for work on this task, calculated at the time the baseline was saved.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property AB_COST As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.AB_COST
instance.AB_COST = value
public double AB_COST { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. This property is set when you save a baseline for the project.
See Also
Reference
ProjectDataSet.AssignmentRow Class