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.
Specifies the default booking type for this assignment.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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