ResourceDataSet.ResourceAvailabilitiesRow.RES_AVAIL_UNITS Property
Resource availability, expressed as a percentage of calendar work time.
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_UNITS As Double
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
Dim value As Double
value = instance.RES_AVAIL_UNITS
instance.RES_AVAIL_UNITS = value
public double RES_AVAIL_UNITS { get; set; }
Property Value
Type: System.Double
See Also
Reference
ResourceDataSet.ResourceAvailabilitiesRow Class