ResourceDataSet.ResourceRatesRow.RES_COST_PER_USE property
Specifies a one-time cost that is incurred when a resource is used.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'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
public double RES_COST_PER_USE { get; set; }
Property value
Type: System.Double
Remarks
Unlike other cost fields, this cost field is 100 times the rate. If this field contains 2500, it means 25.00.
See also
Reference
ResourceDataSet.ResourceRatesRow class