Resource.StandardRateFormat Enumeration
Specifes the rate description format in which the rate is displayed.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration StandardRateFormat
'Usage
Dim instance As Resource.StandardRateFormat
public enum StandardRateFormat
Members
Member name | Description | |
---|---|---|
Minute | Value=1. Minutes. | |
Hour | Value=2. Hours. | |
Day | Value=3. Days. | |
Week | Value=4. Weeks. | |
Month | Value=5. Months. | |
Year | Value=7. Years. | |
Material | Value=8. Materials. |
Remarks
Use the Resource.StandardRateFormat type to set the RES_STD_RATE_FMT property in a [Project Web service].ProjectDataSet.ProjectResourceRow or [Statusing Web service].ProjectDataSet.ProjectResourceRow object.