ResourceDataSet.ResourceAvailabilitiesRow.RES_AVAIL_UNITS Property
Specifies resource availability, expressed as a percentage of calendar work time.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.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
Remarks
A value of 100 means that the resource is fully available. A value of 0 means that the resource is not available at all.
Examples
For sample code that creates resources and sets RES_AVAIL_UNITS, see the CreateResources method.
See Also
Reference
ResourceDataSet.ResourceAvailabilitiesRow Class