ResourceDataSet.ResourceAvailabilitiesRow Class
Represents the availability of the resource identified with the RES_UID property.
Inheritance Hierarchy
System.Object
System.Data.DataRow
WebSvcResource.ResourceDataSet.ResourceAvailabilitiesRow
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Class ResourceAvailabilitiesRow _
Inherits DataRow
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
public class ResourceAvailabilitiesRow : DataRow
Remarks
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).
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.