BookingType enumeration

Specifies how resources are booked for assignments.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Enumeration BookingType
'Usage
Dim instance As BookingType
public enum BookingType

Members

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

Remarks

The BookingType enumeration in the CSOM is equivalent to Microsoft.Office.Project.Server.Library.Resource.BookingType in the Microsoft.Office.Project.Server.Library. The BookingType constants can be used with the following properties:

See also

Reference

Microsoft.ProjectServer.Client namespace