ProjectDataSet.DependencyRow class
Office 2013 and later
Represents the dependency relationship between one task and another.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
DependencyRow is an associative object that is generated from the dependency of one task to another. One task is the predecessor (LINK_PRED_UID) and one task is the successor (LINK_SUCC_UID).
There are different types of dependencies (LINK_TYPE), and there can be a specific time lag between the tasks (LINK_LAG).
Show: