ProjectDataSet.ProjectRow.PROJ_CHECKOUTBY property
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