ProjectDataSet.AssignmentRow.AB_COST_PER_USE Property
Specifies the RES_COST_PER_USE that is incurred for this resource on this task, calculated at the time the baseline was saved.
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 AB_COST_PER_USE As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.AB_COST_PER_USE
instance.AB_COST_PER_USE = value
public double AB_COST_PER_USE { 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