DraftTask class
Represents a task in a checked-out project.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Task
Microsoft.ProjectServer.Client.DraftTask
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.DraftTask", ServerTypeId := "{e2abe8fc-b8d6-4149-85a8-acb96ef6174b}")> _
Public Class DraftTask _
Inherits Task
'Usage
Dim instance As DraftTask
[ScriptTypeAttribute("PS.DraftTask", ServerTypeId = "{e2abe8fc-b8d6-4149-85a8-acb96ef6174b}")]
public class DraftTask : Task
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.