ProjectDataSet.ProjectResourceRow.RES_COST_PER_USE Property

Specifies the cost per use of a resource.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 a work resource unit is assigned to a task. It does not vary with the amount of time 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

ProjectDataSet.ProjectResourceRow Members

WebSvcStatusing Namespace