Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.15 KB

Project.CostRateTable.md

File metadata and controls

48 lines (28 loc) · 1.15 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
CostRateTable object (Project)
project-server
Project.CostRateTable
ca514e06-3542-00f1-5221-a609378d2392
06/08/2017
medium

CostRateTable object (Project)

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"

Properties

Name
Application
Index
Name
Parent
PayRates

[!includeSupport and feedback]