DraftProject.Assignments property
Obtém a coleção de atribuições de um projeto.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<RemoteAttribute> _
Public ReadOnly Property Assignments As DraftAssignmentCollection
Get
'Uso
Dim instance As DraftProject
Dim value As DraftAssignmentCollection
value = instance.Assignments
[RemoteAttribute]
public DraftAssignmentCollection Assignments { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftAssignmentCollection
Uma coleção de atribuições.