BookingType enumeration

Specifies how resources are booked for assignments.

Syntax

CSOM

enum BookingType 

JSOM

PS.BookingType

REST Interface

BookingType enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
NotSpecified 0 The resource booking type is not specified. This is the default value. This constant is used in place of a DBNull value.
Committed 1 Resources are booked as "Committed".
Proposed 2 Resources are booked as "Proposed".

See Also

DraftAssignment
DraftProjectResource
EnterpriseResource
PlanAssignment
PlanAssignmentCreationInformation
PublishedAssignment
PublishedProjectResource