Resource.AccrueAt enumeration
Office 2013 and later
The cost accrual mode specifies how and when resource costs are to be charged to the cost of a task.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| Start | Value=1. Costs are accrued as soon as the task assignment starts. A task assignment begins when a date is entered in the ActualStart field. | |
| End | Value=2. Costs are not accrued until the remaining work is zero. | |
| Prorated | Value=3. Costs accrue as work is scheduled to occur and as actual work is reported. This is the default value. |
Use the Resource.AccrueAt type to set the RES_ACCRUE_AT property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.
Show: