ProjectDataSet.ProjectResourceRow.RES_COST_VAR Property
Specifies the resource cost variance, which is whether the cost of a resource is under, over, or exactly within its budget.
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 RES_COST_VAR As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_COST_VAR
instance.RES_COST_VAR = value
public double RES_COST_VAR { get; set; }
Property Value
Type: System.Double
Remarks
Read-only. RES_COST_VAR is calculated as shown in the following formula.
RES_COST_VAR = RES_COST - RB_BASE_COST
See Also
Reference
ProjectDataSet.ProjectResourceRow Class