次の方法で共有


JobInformationBasic.Priority プロパティ

定義

現在のジョブの優先度の値を取得または設定します。 数値が小さいほど優先度が高くなります。 既定では、ジョブの優先度は 1000 です。 これは 0 よりも大きな値にする必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="priority")]
public int? Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="priority")>]
member this.Priority : Nullable<int> with get, set
Public Property Priority As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象