ResourceDataSet.ResourceAvailabilitiesRow.RES_AVAIL_FROM Property
The start date and time for which the RES_AVAIL_UNITS property value applies.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Property RES_AVAIL_FROM As DateTime
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
Dim value As DateTime
value = instance.RES_AVAIL_FROM
instance.RES_AVAIL_FROM = value
public DateTime RES_AVAIL_FROM { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourceDataSet.ResourceAvailabilitiesRow Class