StandardRateFormat enumeration

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)

Syntax

'Declaration
Public Enumeration StandardRateFormat
'Usage
Dim instance As StandardRateFormat
public enum StandardRateFormat

Members

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.

Remarks

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:

See also

Reference

Microsoft.ProjectServer.Client namespace