PublishedTask.ConstraintType プロパティ
タスクのスケジューリングに適用できる制約の種類の選択肢を取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property ConstraintType As ConstraintType
Get
'使用
Dim instance As PublishedTask
Dim value As ConstraintType
value = instance.ConstraintType
[RemoteAttribute]
public ConstraintType ConstraintType { get; }
プロパティ値
型: Microsoft.ProjectServer.Client.ConstraintType
制約の種類。
注釈
制約の種類には、 Must Start On、 Must Finish On、 Start No Earlier Than、 Start No Later Than、 Finish No Earlier Than、およびFinish No Later Thanがあります。