PublishedProject.Tasks property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Tasks As PublishedTaskCollection
Get
'Usage
Dim instance As PublishedProject
Dim value As PublishedTaskCollection
value = instance.Tasks
public PublishedTaskCollection Tasks { get; }
Property value
Type: Microsoft.ProjectServer.Client.PublishedTaskCollection