ResourceDataSet.ResourceRatesRow.RES_COST_PER_USE Property
Gets or sets the one-time cost incurred when a resource is used.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.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
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