Share via


ResourceDataSet.ResourceAvailabilitiesRow.RES_AVAIL_TO property

The end date and time for which the RES_AVAIL_UNITS property value applies.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_AVAIL_TO As DateTime
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
Dim value As DateTime

value = instance.RES_AVAIL_TO

instance.RES_AVAIL_TO = value
public DateTime RES_AVAIL_TO { get; set; }

Property value

Type: System.DateTime

See also

Reference

ResourceDataSet.ResourceAvailabilitiesRow class

ResourceDataSet.ResourceAvailabilitiesRow members

WebSvcWorkflow namespace