ResourceDataSet.ResourcesRow.RES_CHECKOUTBY property
The unique ID of the user who has the resource checked out for modification.
Namespace: WebSvcWorkflow
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
See also
Reference
ResourceDataSet.ResourcesRow class