Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the booking type for a plan 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 PlanAssignment
Dim value As BookingType
value = instance.BookingType
instance.BookingType = value
[RemoteAttribute]
public BookingType BookingType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.BookingType
A numerical value that represents the booking type.
Remarks
Examples of booking types are proposed, committed, and not specified.