ProjectDataSet.AssignmentRow.ASSN_IS_OVERALLOCATED プロパティ
リソースが、通常作業可能な量よりも多くの作業に割り当てられているかどうかを示します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property ASSN_IS_OVERALLOCATED As Boolean
Get
Set
'使用
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean
value = instance.ASSN_IS_OVERALLOCATED
instance.ASSN_IS_OVERALLOCATED = value
public bool ASSN_IS_OVERALLOCATED { get; set; }
プロパティ値
注釈
値の取得のみ可能です。
関連項目
参照先
ProjectDataSet.AssignmentRow クラス