ResourceDataSet.ResourceAvailabilitiesRow class
Represents the availability of the resource that is identified with the RES_UID property.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcTimeSheet.ResourceDataSet.ResourceAvailabilitiesRow
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.