Compartilhar via


TaskCreationInformation.ParentId property

Obtém ou define o GUID da tarefa pai em uma lista de tarefas hierárquicas.

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

Syntax

'Declaração
<RemoteAttribute> _
Public Property ParentId As Guid
    Get
    Set
'Uso
Dim instance As TaskCreationInformation
Dim value As Guid

value = instance.ParentId

instance.ParentId = value
[RemoteAttribute]
public Guid ParentId { get; set; }

Property value

Type: System.Guid
O GUID da tarefa do pai.

Ver também

Referência

TaskCreationInformation class

TaskCreationInformation members

Microsoft.ProjectServer.Client namespace