PlanAssignmentCreationInformation.BookingType property

Gets or sets the booking type of the assignment.

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

Syntax

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

value = instance.BookingType

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

Property value

Type: Microsoft.ProjectServer.Client.BookingType
The booking type.

Remarks

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

See also

Reference

PlanAssignmentCreationInformation class

PlanAssignmentCreationInformation members

Microsoft.ProjectServer.Client namespace