ResourceDataSet.ResourceRatesRow.RES_COST_PER_USE property

Office 2013 and later

Gets or sets the one-time cost incurred when a resource is used.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

'Declaration
Public Property RES_COST_PER_USE As Double
	Get
	Set
'Usage
Dim instance As ResourceDataSet.ResourceRatesRow
Dim value As Double

value = instance.RES_COST_PER_USE

instance.RES_COST_PER_USE = value

Property value

Type: System.Double

Unlike other cost fields, this cost field is 100 times the rate. If this field contains 2500, it means 25.00.

Show: