Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the dependency relationships between tasks.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration DependencyTypes
'Usage
Dim instance As Optimizer.DependencyTypes
public enum DependencyTypes
Members
| Member name | Description | |
|---|---|---|
| MutualExclusion | Value = 0. The tasks are mutually exclusive. | |
| MutualInclusion | Value = 1. The tasks are mutually inclusive. | |
| Dependency | Value = 2. A dependent task. | |
| FinishToStart | Value = 7. A dependent task that starts at the finish of the task on which it is dependent. |