다음을 통해 공유


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.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace