ProjectDataSet.ProjectRow.PROJ_SESSION_DESCRIPTION property

Specifies the session description that was provided when the project was checked out.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property PROJ_SESSION_DESCRIPTION As String
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String

value = instance.PROJ_SESSION_DESCRIPTION

instance.PROJ_SESSION_DESCRIPTION = value
public string PROJ_SESSION_DESCRIPTION { get; set; }

Property value

Type: System.String
Description of the Project Server queue session.

Remarks

Read-only. Updated by the CheckOutProject method and the QueueCheckInProject method. PROJ_SESSION_DESCRIPTION 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

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace