PS.BookingType enumeration (ps.js)

Specifies how resources are booked for assignments.

Applies to: Project Professional 2013 | Project Server 2013

PS.BookingType

Remarks

BookingType constants can be used with the following properties:

Members

The BookingType enumeration has the following members.

Member

Value

Description

notSpecified

-1

The resource booking type is not specified. This is the default value. This constant is used in place of a DBNull value.

committed

0

Resources are booked as "Committed."

proposed

1

Resources are booked as "Proposed."

See also

Reference

Microsoft.ProjectServer.Client.BookingType