ProjectDataSet.ProjectRow.PROJ_CHECKOUTBY property

Specifies the unique identifier of the user who last checked out the project.

Namespace:  WebSvcStatusing
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
User GUID.

Remarks

Read-only. Null if the project has not been checked out.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace