Task.FixedCostAccrual Enumeration

Specifies how and when fixed 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 FixedCostAccrual
'Usage
Dim instance As Task.FixedCostAccrual
public enum FixedCostAccrual

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=3. Costs are not accrued until the remaining work is zero.
Prorated Value=2. Costs accrue as work is scheduled to occur and as actual work is reported. This is the default value.

Remarks

Use the Task.FixedCostAccrual type to set the TASK_FIXED_COST_ACCRUAL property in the following objects:

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace