Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 741 Bytes

payrate-costperuse-property-project.md

File metadata and controls

37 lines (20 loc) · 741 Bytes
title ms.prod api_name ms.assetid ms.date
PayRate.CostPerUse Property (Project)
project-server
Project.PayRate.CostPerUse
7925d309-afb9-a0f8-7d40-9c2388fdaa1d
06/08/2017

PayRate.CostPerUse Property (Project)

Gets or sets the cost per use for the pay rate. Read/write Variant.

Syntax

expression. CostPerUse

expression A variable that represents a PayRate object.

Remarks

If the specified pay rate does not exist, the CostPerUse property results in a run-time error 1101.

Example

The following example prints the cost per use specified in the first pay rate of the first resource for the active project.

Debug.Print ActiveProject.Resources(1).PayRates(1).CostPerUse