ProjectDataSet.ProjectRow.PROJ_CHECKOUTBY Property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 project has not been checked out.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace