TaskCreationInformation class

Provides property settings and methods that are used to create a task.

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

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

Remarks

A task is an activity that has a beginning and an end. Project plans are made up of tasks.

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.

See also

Reference

TaskCreationInformation members

Microsoft.ProjectServer.Client namespace