ProjectDataSet.ProjectResourceRow.RES_COST_PER_USE Property
Specifies the cost per use of a resource.
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_PER_USE As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Double
value = instance.RES_COST_PER_USE
instance.RES_COST_PER_USE = value
public double RES_COST_PER_USE { get; set; }
Property Value
Type: System.Double
Remarks
For a work resource (people and equipment), RES_COST_PER_USE shows the cost that accrues each time a resource is used. RES_COST_PER_USE is added each time that a work resource unit is assigned to a task. It does not vary with the amount of time that you use the resource. For a material resource, RES_COST_PER_USE shows the cost that accrues at one time, regardless of the number of units.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class