Resource.AccrueAt enumeration

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)

Syntax

'Declaration
Public Enumeration AccrueAt
'Usage
Dim instance As Resource.AccrueAt
public enum AccrueAt

Members

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.

Remarks

Use the Resource.AccrueAt type to set the RES_ACCRUE_AT property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.

See also

Reference

Microsoft.Office.Project.Server.Library namespace