Share via


ResourceDataSet.ResourcesRow.RES_CHECKOUTBY property

Specifies the unique ID of the user who has this resource checked out for modification.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_CHECKOUTBY As Guid
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Guid

value = instance.RES_CHECKOUTBY

instance.RES_CHECKOUTBY = value
public Guid RES_CHECKOUTBY { get; set; }

Property value

Type: System.Guid
A resource GUID.

Remarks

Read-only. Changes cannot be made when the resource is checked out to another user.

See also

Reference

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcTimeSheet namespace