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