Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the resource availability; it is expressed as a percentage of calendar work time.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.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