ResourceDataSet.ResourceAvailabilitiesRow Class
Represents the availability of the resource identified with the RES_UID property.
System.Object
System.Data.DataRow
[Resource Web service].ResourceDataSet.ResourceAvailabilitiesRow
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
'Declaration
Public Class ResourceAvailabilitiesRow _
Inherits DataRow
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
public class ResourceAvailabilitiesRow : DataRow
A work or cost type resource has a default availability row. If you do not specify RES_AVAIL_FROM, the default is the date the resource is created. The default RES_AVAIL_UNITS is 100 (available 100% of the time specified by the resource calendar).
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.