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.
Gets or sets 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 Property DependencyType As DependencyType
Get
Set
'Usage
Dim instance As TaskLinkCreationInformation
Dim value As DependencyType
value = instance.DependencyType
instance.DependencyType = value
[RemoteAttribute]
public DependencyType DependencyType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.DependencyType
An object that represents 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.
See also
Reference
TaskLinkCreationInformation class