Resource.BookingType enumeration

Office 2013 and later

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)

No code example is currently available or this language may not be supported.

Member nameDescription
CommittedValue=0. Resources are booked as "Committed."
ProposedValue=1. Resources are booked as "Proposed."

Use the Resource.BookingType type to set the RES_BOOKING_TYPE property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.

Show: