ProjectCreationInformation.TaskList property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property TaskList As List
Get
Set
'Usage
Dim instance As ProjectCreationInformation
Dim value As List
value = instance.TaskList
instance.TaskList = value
public List TaskList { get; set; }
Property value
Type: Microsoft.SharePoint.Client.List
See also
Reference
ProjectCreationInformation class