Compartilhar via


DraftTask.Assignments propriedade

Obtém as atribuições de uma tarefa.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public ReadOnly Property Assignments As DraftAssignmentCollection
    Get
'Uso
Dim instance As DraftTask
Dim value As DraftAssignmentCollection

value = instance.Assignments
[RemoteAttribute]
public DraftAssignmentCollection Assignments { get; }

Valor de propriedade

Tipo: Microsoft.ProjectServer.Client.DraftAssignmentCollection
Uma coleção de objetos DraftAssignment .

Ver também

Referência

DraftTask classe

DraftTask membros

Microsoft.ProjectServer.Client namespace