PublishedProject.CheckOut method
Checks out the draft version of the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function CheckOut As DraftProject
'Usage
Dim instance As PublishedProject
Dim returnValue As DraftProject
returnValue = instance.CheckOut()
[RemoteAttribute]
public DraftProject CheckOut()
Return value
Type: Microsoft.ProjectServer.Client.DraftProject
The draft version of the project.