ResourceDataSet.ResourcesRow.RES_CHECKOUTBY property
Gets GUID of the user who has the resource checked out for modification. Read-only.
Namespace: WebSvcResource
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
Remarks
Changes cannot be made when the resource is checked out to another user.
See also
Reference
ResourceDataSet.ResourcesRow class