FixedCostAccrual enumeration
Specifies how and when fixed costs are to be charged to the cost of a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration FixedCostAccrual
'Usage
Dim instance As FixedCostAccrual
public enum FixedCostAccrual
Members
Member name | Description | |
---|---|---|
NotSpecified | Value=0. The fixed cost accrual mode is not specified. This constant is used in place of a DBNull value. | |
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. This is the default value. Costs accrue as work is scheduled to occur and as actual work is reported. |
Remarks
The FixedCostAccrual enumeration in the CSOM is equivalent to Task.FixedCostAccrual in the Microsoft.Office.Project.Server.Library namespace. The FixedCostAccrual constants can be used with the following properties: