ProjectDataSet.ProjectRow.PROJ_SESSION_DESCRIPTION Property
Specifies the session description that was provided when the project was checked out.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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
Remarks
Read-only. Updated by the CheckOutProject and QueueCheckInProject methods. PROJ_SESSION_DESCRIPTION is Null if the project is not checked out or if CheckOutProject did not provide a session GUID.
See Also
Reference
ProjectDataSet.ProjectRow Class