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
<ClientCallableTypeAttribute(ServerTypeId := "E5B44D05-6A89-429F-A436-92722ABE13EF")> _
Public Enumeration StandardRateFormat
'Usage
Dim instance As Resource.StandardRateFormat
[ClientCallableTypeAttribute(ServerTypeId = "E5B44D05-6A89-429F-A436-92722ABE13EF")]
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 WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.

See also

Reference

Microsoft.Office.Project.Server.Library namespace