ResourceDataSet.ResourcesRow.RES_CHECKOUTDATE property
Specifies the date when the resource was checked out.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_CHECKOUTDATE As DateTime
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As DateTime
value = instance.RES_CHECKOUTDATE
instance.RES_CHECKOUTDATE = value
public DateTime RES_CHECKOUTDATE { get; set; }
Property value
Type: System.DateTime
A date and time object.
Remarks
Read-only.
See also
Reference
ResourceDataSet.ResourcesRow class