PublishedProjectResource.DefaultBookingType-Eigenschaft
Dient zum Abrufen der Standardbuchungstyp für die Ressource.
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; }
Eigenschaftswert
Typ: Microsoft.ProjectServer.Client.BookingType
Ein numerischer Wert, der darstellt, wie die Ressource für Zuweisungen angerechnet wird.
Siehe auch
Referenz
PublishedProjectResource Klasse