TaskLinkCreationInformation.Id property
Obtém ou define a GUID do link de tarefa.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<RemoteAttribute> _
Public Property Id As Guid
Get
Set
'Uso
Dim instance As TaskLinkCreationInformation
Dim value As Guid
value = instance.Id
instance.Id = value
[RemoteAttribute]
public Guid Id { get; set; }
Property value
Type: System.Guid
O vínculo da tarefa GUID.
Ver também
Referência
TaskLinkCreationInformation class