ProjectDataSet.ProjectRow.PROJ_SESSION_UID Property
Specifies the unique identifier of the queue session for the project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
GUID of the queue session.
Remarks
Read-only. Updated by the CheckOutProject method and the QueueCheckInProject method. PROJ_SESSION_UID is a null reference (Nothing in Visual Basic) if the project is not checked out or if CheckOutProject did not provide a session GUID.
See Also
Reference
ProjectDataSet.ProjectRow Class