Project.DefaultTaskType Property

Project Developer Reference

Returns or sets the default task type. Can be one of the following PjTaskFixedType constants: pjFixedDuration, pjFixedUnits, or pjFixedWork. Read/write Long.

Syntax

expression.DefaultTaskType

expression   A variable that represents a Project object.

Return Value
PjTaskFixedType

See Also