次の方法で共有


Job.IsCancellable プロパティ

定義

ジョブが取り消し可能かどうかを表す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isCancellable")]
public bool? IsCancellable { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isCancellable")>]
member this.IsCancellable : Nullable<bool> with get, set
Public Property IsCancellable As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象