Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date and time when the project was last checked out.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
Remarks
Read-only; nullable. Null if the project has not been checked out.
See also
Reference
ProjectDataSet.ProjectRow class