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 GUID of the user who last checked out the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_CHECKOUTBY As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.PROJ_CHECKOUTBY
instance.PROJ_CHECKOUTBY = value
public Guid PROJ_CHECKOUTBY { get; set; }
Property value
Type: System.Guid
Remarks
Read-only. Null if the project has not been checked out.
See also
Reference
ProjectDataSet.ProjectRow class