Compartilhar via


ProjectCreationInformation.TaskList propriedade

Obtém ou define a lista de tarefa importada.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)

Sintaxe

'Declaração
<RemoteAttribute> _
Public Property TaskList As List
    Get
    Set
'Uso
Dim instance As ProjectCreationInformation
Dim value As List

value = instance.TaskList

instance.TaskList = value
[RemoteAttribute]
public List TaskList { get; set; }

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.List
Uma lista de tarefas.

Ver também

Referência

ProjectCreationInformation classe

ProjectCreationInformation membros

Microsoft.ProjectServer.Client namespace