This topic has not yet been rated - Rate this topic

Project class

Office 2013

Contains the common properties for draft projects and published projects.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
<ScriptTypeAttribute("PS.Project", ServerTypeId := "{533000bc-b31e-43a1-abd9-d5e7710cc641}")> _
Public Class Project _
	Inherits ClientObject
Dim instance As Project
[ScriptTypeAttribute("PS.Project", ServerTypeId = "{533000bc-b31e-43a1-abd9-d5e7710cc641}")]
public class Project : ClientObject

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.