Resource.BookingType enumeration
Specifies how resources are booked for assignments.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration BookingType
'Usage
Dim instance As Resource.BookingType
public enum BookingType
Members
Member name | Description | |
---|---|---|
Committed | Value=0. Resources are booked as "Committed." | |
Proposed | Value=1. Resources are booked as "Proposed." |
Remarks
Use the Resource.BookingType type to set the RES_BOOKING_TYPE property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.