DraftAssignment.DefaultBookingType property
取得或設定預設的預約類型,該工作分派。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property DefaultBookingType As BookingType
Get
Set
'用途
Dim instance As DraftAssignment
Dim value As BookingType
value = instance.DefaultBookingType
instance.DefaultBookingType = value
[RemoteAttribute]
public BookingType DefaultBookingType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.BookingType
值,表示預設的預約類型。
備註
預約類型的範例是提議、 已認可,且未指定。