Project.DefaultFixedCostAccrual Property

Project Developer Reference

Returns or sets the default method used to accrue fixed task costs in the project. Can be one of the following PjAccrueAt constants: pjStart, pjEnd, or pjProrated. Read/write Long.

Syntax

expression.DefaultFixedCostAccrual

expression   A variable that represents a Project object.

Return Value
PjAccrueAt

See Also