Resource.AccrueAt Enumeration

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 starts. A task 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 [Project Web service].ProjectDataSet.ProjectResourceRow or [Statusing Web service].ProjectDataSet.ProjectResourceRow object.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace