ResourcePlanDataSet.PlanResourcesRow.ASSN_BOOKING_TYPE Property
Specifies the booking type of the assignment.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
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
See Also
Reference
ResourcePlanDataSet.PlanResourcesRow Class