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)

No code example is currently available or this language may not be supported.

Member nameDescription
StartValue=1. Costs are accrued as soon as the task assignment starts. A task assignment begins when a date is entered in the ActualStart field.
EndValue=2. Costs are not accrued until the remaining work is zero.
ProratedValue=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: