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 WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace