Share via


ResourcePlanDataSet.PlanResourcesRow.ASSN_BOOKING_TYPE property

Gets or sets the booking type of the assignment.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_BOOKING_TYPE As Byte
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Byte

value = instance.ASSN_BOOKING_TYPE

instance.ASSN_BOOKING_TYPE = value
public byte ASSN_BOOKING_TYPE { get; set; }

Property value

Type: System.Byte
A number that represents a booking type.

Remarks

The Resource Plan PSI is deprecated. It will continue to be supported for Project 2013 development, but will not be supported in future releases.

See also

Reference

ResourcePlanDataSet.PlanResourcesRow class

ResourcePlanDataSet.PlanResourcesRow members

WebSvcResourcePlan namespace