title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
PayRate.CostPerUse property (Project) |
project-server |
|
7925d309-afb9-a0f8-7d40-9c2388fdaa1d |
06/08/2017 |
medium |
Gets or sets the cost per use for the pay rate. Read/write Variant.
expression. CostPerUse
expression A variable that represents a PayRate object.
If the specified pay rate does not exist, the CostPerUse property results in a run-time error 1101.
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
[!includeSupport and feedback]