Share via


ProjectDataSet.AssignmentRow.ASSN_BOOKING_TYPE Property

Specifies the default booking type for this assignment.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_BOOKING_TYPE As Short
    Get
    Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Short

value = instance.ASSN_BOOKING_TYPE

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

Property Value

Type: System.Int16

Remarks

Cast from the Resource.BookingType type to a short for this property.

See Also

Reference

ProjectDataSet.AssignmentRow Class

ProjectDataSet.AssignmentRow Members

Project Web Service