Share via


ProjectDataSet.ProjectRow.PROJ_CHECKOUTDATE Property

Gets the date and time when the project was last checked out.

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_CHECKOUTDATE As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime

value = instance.PROJ_CHECKOUTDATE

instance.PROJ_CHECKOUTDATE = value
public DateTime PROJ_CHECKOUTDATE { get; set; }

Property Value

Type: System.DateTime
Date and time the project was last checked out.

Remarks

Read-only. a null reference (Nothing in Visual Basic) if the project has not been checked out.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Statusing Web Service