Project class
Office 2013 and later
Contains the common properties for draft projects and published projects.
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Project
Microsoft.ProjectServer.Client.DraftProject
Microsoft.ProjectServer.Client.PublishedProject
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Project
Microsoft.ProjectServer.Client.DraftProject
Microsoft.ProjectServer.Client.PublishedProject
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
The DraftProject class and the PublishedProject class are derived from the Project class. All of the properties in the Project class are read-only. To set the value of properties in an existing project, use the PublishedProject.CheckOut() method, edit the DraftProject object, and then use the DraftProject.CheckIn(Boolean) method.
Show: