Share via


ResourceDataSet.ResourcesRow.RES_BOOKING_TYPE property

Indicates the default booking type for the resource on this project.

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

Syntax

'Declaration
Public Property RES_BOOKING_TYPE As Integer
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Integer

value = instance.RES_BOOKING_TYPE

instance.RES_BOOKING_TYPE = value
public int RES_BOOKING_TYPE { get; set; }

Property value

Type: System.Int32
An integer that represents the booking type.

Remarks

Cast the Resource.BookingType type to an int to use with this property.

See also

Reference

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcTimeSheet namespace