TaskDependency Members (Project)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Methods

Name

Description

Delete

Deletes the TableField object from a TableFields collection.

Properties

Name

Description

Application

Gets the Application object. Read-only Application.

From

Gets a Task object that is the predecessor in a task dependency. Read-only Task.

Index

Gets the index of a TaskDependency object in the TaskDependencies containing object. Read-only Long.

Lag

The duration of lag time between linked tasks. Read/write Variant.

LagType

Gets the unit of lag time between linked tasks. Read-only PjFormatUnit.

Parent

Gets the parent of the TaskDependency object. Read-only Task.

Path

Gets or sets the path of the project that contains an external task. Read/write String.

To

Gets a Task object that is the successor in the task dependency. Read-only Task.

Type

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