ProjectResource.IsOverAllocated プロパティ
プロジェクトのリソースが、通常の作業時間内に終了できる量を上回る作業に割り当てられたすべてのタスクに割り当てられるかどうかを示す値を取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property IsOverAllocated As Boolean
Get
'使用
Dim instance As ProjectResource
Dim value As Boolean
value = instance.IsOverAllocated
[RemoteAttribute]
public bool IsOverAllocated { get; }
プロパティ値
型: System.Boolean
True場合は、プロジェクトのリソースが割り当て超過です。それ以外の場合、 False。