ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_IS_OVERALLOCATED property
取得或設定布林值,指定可以在資源的一般工作容量內無法完成,是否要資源指派給多個工作分派工時。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property ASSN_IS_OVERALLOCATED As Boolean
Get
Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Boolean
value = instance.ASSN_IS_OVERALLOCATED
instance.ASSN_IS_OVERALLOCATED = value
public bool ASSN_IS_OVERALLOCATED { get; set; }
Property value
Type: System.Boolean
請參閱
參照
ResourceAssignmentDataSet.ResourceAssignmentRow class