PublishedTaskLink.DependencyType property
Gets the type of link relationship between two tasks.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property DependencyType As DependencyType
Get
'Usage
Dim instance As PublishedTaskLink
Dim value As DependencyType
value = instance.DependencyType
[RemoteAttribute]
public DependencyType DependencyType { get; }
Property value
Type: Microsoft.ProjectServer.Client.DependencyType
An object that refers to one of several different dependency types.
Remarks
An example of a dependency link type is FinishStart. The predecessor, task A, must finish before the successor, task B, can start.