PlanAssignment.BookingType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property BookingType As BookingType
Get
Set
'Usage
Dim instance As PlanAssignment
Dim value As BookingType
value = instance.BookingType
instance.BookingType = value
public BookingType BookingType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.BookingType