ResourceDataSet.ResourcesRow.RES_CHECKOUTDATE Property
Specifies the date the resource was checked out.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
Remarks
Read-only.
See Also
Reference
ResourceDataSet.ResourcesRow Class