EnterpriseResource.DefaultBookingType property

Gets or sets the default booking type for an enterprise resource.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property DefaultBookingType As BookingType
    Get
    Set
'Usage
Dim instance As EnterpriseResource
Dim value As BookingType

value = instance.DefaultBookingType

instance.DefaultBookingType = value
[RemoteAttribute]
public BookingType DefaultBookingType { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.BookingType
A numerical value that represents how the resource is booked for assignments.

Remarks

Examples of booking types are proposed, committed, and not specified.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace