DraftAssignment.Task property
Gets the task to which the assignment belongs.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Task As DraftTask
Get
'Usage
Dim instance As DraftAssignment
Dim value As DraftTask
value = instance.Task
[RemoteAttribute]
public DraftTask Task { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftTask
A DraftTask object.