ResourceDataSet.ResourceRatesRow.RES_COST_PER_USE Property
A one-time cost incurred when a resource is used.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
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
See Also
Reference
ResourceDataSet.ResourceRatesRow Class