Share via


TaskLinkCreationInformation class

Fornece configurações de propriedades e métodos que são usados para criar um vínculo de tarefa.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.TaskLinkCreationInformation

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

Syntax

'Declaração
<ScriptTypeAttribute("PS.TaskLinkCreationInformation", ValueObject := True,  _
    ServerTypeId := "{735b458f-32e6-4629-a7a5-ecc8451e2fe1}")> _
Public Class TaskLinkCreationInformation _
    Inherits ClientValueObject
'Uso
Dim instance As TaskLinkCreationInformation
[ScriptTypeAttribute("PS.TaskLinkCreationInformation", ValueObject = true, 
    ServerTypeId = "{735b458f-32e6-4629-a7a5-ecc8451e2fe1}")]
public class TaskLinkCreationInformation : ClientValueObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

TaskLinkCreationInformation members

Microsoft.ProjectServer.Client namespace