Share via


StatusingDataSet.ResourcesRow.RES_COST_PER_USE property

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 StatusingDataSet.ResourcesRow
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 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

StatusingDataSet.ResourcesRow class

StatusingDataSet.ResourcesRow members

WebSvcStatusing namespace