PublishedAssignment.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 PublishedTask
Get
'Usage
Dim instance As PublishedAssignment
Dim value As PublishedTask
value = instance.Task
[RemoteAttribute]
public PublishedTask Task { get; }
Property value
Type: Microsoft.ProjectServer.Client.PublishedTask
A PublishedTask object.