PlanAssignmentCreationInformation.BookingType 属性
获取或设置工作分配的预订类型。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Property BookingType As BookingType
Get
Set
用法
Dim instance As PlanAssignmentCreationInformation
Dim value As BookingType
value = instance.BookingType
instance.BookingType = value
[RemoteAttribute]
public BookingType BookingType { get; set; }
属性值
类型:Microsoft.ProjectServer.Client.BookingType
预订类型。
备注
预订类型的示例是建议的承诺,以及不指定。
另请参阅
引用
PlanAssignmentCreationInformation 类