TaskDependency Object Members

Project Developer Reference

A TaskDependency object represents the link type and link lag information between two tasks.

Methods

  Name Description
Bb179435.methods(en-us,office.12).gif Delete Deletes an object from its containing collection.

Properties

  Name Description
Bb179435.properties(en-us,office.12).gif Application Returns an Application object. Read-only Object.
Bb179435.properties(en-us,office.12).gif From Returns a Task object that is the predecessor in a task dependency. Read-only Object.
Bb179435.properties(en-us,office.12).gif Index Returns the index of an object in its containing collection. Read-only Long.
Bb179435.properties(en-us,office.12).gif Lag The duration of lag time between linked tasks. To specify lead time between tasks, use a negative value. String values default to days unless otherwise specified. Non-string values are interpreted as minutes. Read/write Variant.
Bb179435.properties(en-us,office.12).gif LagType The duration of lag time between linked tasks. To specify lead time between tasks, use a negative value. String values default to days unless otherwise specified. Non-string values are interpreted as minutes. Read/write Variant.
Bb179435.properties(en-us,office.12).gif Parent Returns the parent of the object. Read-only Object.
Bb179435.properties(en-us,office.12).gif Path Returns or sets the path of the project that contains an external task. Read/write String.
Bb179435.properties(en-us,office.12).gif To Returns a Task object that is the successor in a task dependency. Read-only.
Bb179435.properties(en-us,office.12).gif Type Returns or sets the task dependency type. Can be one of the following PjTaskLinkType constants: pjFinishToFinish, pjFinishToStart, pjStartToFinish, or pjStartToStart. Read/write Long.