Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 857 Bytes

Project.PayRate.CostPerUse.md

File metadata and controls

38 lines (22 loc) · 857 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
PayRate.CostPerUse property (Project)
project-server
Project.PayRate.CostPerUse
7925d309-afb9-a0f8-7d40-9c2388fdaa1d
06/08/2017
medium

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

[!includeSupport and feedback]