DraftTask.Parent property
Gets the parent task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Parent As DraftTask
Get
'Usage
Dim instance As DraftTask
Dim value As DraftTask
value = instance.Parent
[RemoteAttribute]
public DraftTask Parent { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftTask
The parent task.