TaskDependency.Type property (Project)

Gets or sets the link type of the task dependency. Read/write PjTaskLinkType.

Syntax

expression.Type

expression A variable that represents a TaskDependency object.

Remarks

The task link types are sometimes abbreviated as FF (finish to finish), FS (finish to start), SF (start to finish), and SS (start to start).

The Type property can be one of the following PjTaskLinkType constants: pjFinishToFinish, pjFinishToStart, pjStartToFinish, or pjStartToStart.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.