Share via


Task.Type Property

Project Developer Reference

Returns or sets how the units, duration, and work on a task are calculated. Can be one of the following PjTaskFixedType constants: pjFixedUnits, pjFixedDuration, or pjFixedWork. Read/write Long.

Syntax

expression.Type

expression   A variable that represents a Task object.

Return Value
PjTaskFixedType

See Also