ResourceDataSet.ResourceAvailabilitiesRow Class

Represents the availability of the resource that is identified with the RES_UID property.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [TimeSheet Web service].ResourceDataSet.ResourceAvailabilitiesRow

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 Class ResourceAvailabilitiesRow _
    Inherits DataRow
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
public class ResourceAvailabilitiesRow : DataRow

Remarks

A work resource or a cost type resource has a default availability row. If you do not specify RES_AVAIL_FROM, the default is the date that the resource is created. The default RES_AVAIL_UNITS is 100 (available 100% of the time that is specified by the resource calendar).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ResourceDataSet.ResourceAvailabilitiesRow Members

TimeSheet Web Service

RES_AVAIL_FROM

RES_AVAIL_TO

RES_AVAIL_UNITS