ProjectDataSet.ProjectResourceRow.RES_BOOKING_TYPE Property

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

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property RES_BOOKING_TYPE As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
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

Remarks

For more information, see the Resource.BookingType type.

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

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

WebSvcProject Namespace