ProjectDataSet.ProjectRow.PROJ_SESSION_UID property
Specifies the GUID of the queue session for the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_SESSION_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.PROJ_SESSION_UID
instance.PROJ_SESSION_UID = value
public Guid PROJ_SESSION_UID { get; set; }
Property value
Type: System.Guid
Remarks
Read-only. Updated by the CheckOutProject and QueueCheckInProject methods. PROJ_SESSION_UID is Null if the project is not checked out or if CheckOutProject did not provide a session GUID.
See also
Reference
ProjectDataSet.ProjectRow class