ResourceDataSet.ResourcesRow.RES_BOOKING_TYPE Property

Gets or sets the value that specifies the default booking type for the resource in this project.

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

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

Remarks

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

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Resource Web Service