Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the cost per use of a resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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