DraftTask.Priority プロパティ
取得またはタスクの優先度を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property Priority As Integer
Get
Set
'使用
Dim instance As DraftTask
Dim value As Integer
value = instance.Priority
instance.Priority = value
[RemoteAttribute]
public int Priority { get; set; }
プロパティ値
型: System.Int32
タスクの優先度。
注釈
0–1000 (既定値は500) から有効な値の範囲です。平準化を実行中に変更する優先度の低いタスクを選択するにはこの値が使用されます。