Share via


StatusingDataSet.ResourcesRow.RES_BOOKING_TYPE Property

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

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

Syntax

'Declaration
Public Property RES_BOOKING_TYPE As Byte
    Get
    Set
'Usage
Dim instance As StatusingDataSet.ResourcesRow
Dim value As Byte

value = instance.RES_BOOKING_TYPE

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

Property Value

Type: System.Byte

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

StatusingDataSet.ResourcesRow Class

StatusingDataSet.ResourcesRow Members

Statusing Web Service