DraftTaskLink.Start property
Gets the task at the start of the link.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Start As DraftTask
Get
'Usage
Dim instance As DraftTaskLink
Dim value As DraftTask
value = instance.Start
[RemoteAttribute]
public DraftTask Start { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftTask
A DraftTask object.