DraftProject class
Represents the draft version of a project, which is a project that is checked out.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Project
Microsoft.ProjectServer.Client.DraftProject
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.DraftProject", ServerTypeId := "{e4ecf863-df42-46dd-b72a-d8c813969224}")> _
Public Class DraftProject _
Inherits Project
'Usage
Dim instance As DraftProject
[ScriptTypeAttribute("PS.DraftProject", ServerTypeId = "{e4ecf863-df42-46dd-b72a-d8c813969224}")]
public class DraftProject : Project
Remarks
To check out a published project for editing, use the PublishedProjectCheckOut() method.
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.