ResourceDataSet.ResourcesRow.RES_CHECKOUTDATE property
Gets the date the resource was checked out. Read-only.
Namespace: WebSvcResource
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
See also
Reference
ResourceDataSet.ResourcesRow class