Resource.BookingType Enumeration
Specifies how assignments are booked.
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. Assignments are booked as "Committed." | |
Proposed | Value=1. Assignments are booked as "Proposed." |
Remarks
Use the Resource.BookingType type to set the RES_BOOKING_TYPE property in a [Project Web service].ProjectDataSet.ProjectResourceRow or [Statusing Web service].ProjectDataSet.ProjectResourceRow object.