ProjectCreationInformation.TaskList property
Gets or sets the imported task list.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property TaskList As List
Get
Set
'Usage
Dim instance As ProjectCreationInformation
Dim value As List
value = instance.TaskList
instance.TaskList = value
[RemoteAttribute]
public List TaskList { get; set; }
Property value
Type: Microsoft.SharePoint.Client.List
A list of tasks.
See also
Reference
ProjectCreationInformation class