Project.CheckOutId property
Gets the session GUID that is associated with the current check out.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CheckOutId As Guid
Get
'Usage
Dim instance As Project
Dim value As Guid
value = instance.CheckOutId
[RemoteAttribute]
public Guid CheckOutId { get; }
Property value
Type: System.Guid
The session GUID.