ResourceDataSet.ResourcesRow.RES_CHECKOUTBY Property

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

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

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

WebSvcResource Namespace