Share via


TaskCreationInformation class

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

Inheritance hierarchy

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

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

Syntax

'Declaração
<ScriptTypeAttribute("PS.TaskCreationInformation", ValueObject := True,  _
    ServerTypeId := "{d9571758-4216-4b89-815f-68540fafd74a}")> _
Public Class TaskCreationInformation _
    Inherits ClientValueObject
'Uso
Dim instance As TaskCreationInformation
[ScriptTypeAttribute("PS.TaskCreationInformation", ValueObject = true, 
    ServerTypeId = "{d9571758-4216-4b89-815f-68540fafd74a}")]
public class TaskCreationInformation : ClientValueObject

Comentários

Uma tarefa é uma atividade que tem um início e um fim. Planos de projetos são constituídos por tarefas.

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

TaskCreationInformation members

Microsoft.ProjectServer.Client namespace