ResourceDataSet.ResourceRatesRow.RES_COST_PER_USE Property
Specifies a one-time cost incurred when a resource is used.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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