ProjectDataSet.DependencyRow class

Office 2013 and later

Represents the dependency relationship between one task and another.

System.Object
  System.Data.DataRow
    WebSvcStatusing.ProjectDataSet.DependencyRow

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

No code example is currently available or this language may not be supported.

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).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: