StandardRateFormat enumeration
Office 2013 and later
Specifies the time unit of the resource rate; that is, the rate per time unit, such as dollars per hour.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
| Member name | Description | |
|---|---|---|
| Minute | Value=1. The resource rate is per minute. | |
| Hour | Value=2. The resource rate is per hour. | |
| Day | Value=3. The resource rate is per day. | |
| Week | Value=4. The resource rate is per week. | |
| Month | Value=5. The resource rate is per month. | |
| Year | Value=7. The resource rate is per year. | |
| Material | Value=8. The resource is a material; it does not have a rate per time unit. |
The StandardRateFormat enumeration in the CSOM is equivalent to Resource.StandardRateFormat in the Microsoft.Office.Project.Server.Library namespace. The StandardRateFormat constants can be used to compare with or set the following properties:
Show: