PublishedAssignment.DefaultBookingType property

Gets the default booking type for the assignment.

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

Syntax

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

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

Property value

Type: Microsoft.ProjectServer.Client.BookingType
A value that represents the default booking type.

Remarks

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

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace