DraftTaskCollection class

Represents a collection of DraftTask objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<DraftTask>
        Microsoft.ProjectServer.Client.DraftTaskCollection

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.DraftTaskCollection", ServerTypeId := "{e3344236-b586-4346-bbf8-1a123f4f7734}")> _
Public Class DraftTaskCollection _
    Inherits ClientObjectCollection(Of DraftTask)
'Usage
Dim instance As DraftTaskCollection
[ScriptTypeAttribute("PS.DraftTaskCollection", ServerTypeId = "{e3344236-b586-4346-bbf8-1a123f4f7734}")]
public class DraftTaskCollection : ClientObjectCollection<DraftTask>

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

DraftTaskCollection members

Microsoft.ProjectServer.Client namespace

Task

TaskCreationInformation

DraftTask

PublishedTaskCollection

PublishedTask