PublishedProject.Tasks property
Gets the collection of tasks for the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Tasks As PublishedTaskCollection
Get
'Usage
Dim instance As PublishedProject
Dim value As PublishedTaskCollection
value = instance.Tasks
[RemoteAttribute]
public PublishedTaskCollection Tasks { get; }
Property value
Type: Microsoft.ProjectServer.Client.PublishedTaskCollection
A collection of PublishedTask objects.