title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
CostRateTable object (Project) |
project-server |
|
ca514e06-3542-00f1-5221-a609378d2392 |
06/08/2017 |
medium |
Represents a collection of pay rates for a resource. The CostRateTable object is a member of the CostRateTables collection.
Use **CostRateTables(Index ), whereIndex is the index number or name of the cost rate table, to return a single CostRateTable object.
Using the CostRateTable Object
The following example changes the standard rate on one of a resource's pay rate tables.
Dim GovtRates As CostRateTable
Set GovtRates = ActiveProject.Resources("Bob").CostRateTables("B")
GovtRates.PayRates(1).StandardRate = "$10/h"
Name |
---|
Application |
Index |
Name |
Parent |
PayRates |
[!includeSupport and feedback]