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.
Gets the default booking type for the resource.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultBookingType As BookingType
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As BookingType
value = instance.DefaultBookingType
[RemoteAttribute]
public BookingType DefaultBookingType { get; }
Property value
Type: Microsoft.ProjectServer.Client.BookingType
A numerical value that represents how the resource is booked for assignments.
See also
Reference
PublishedProjectResource class