JobInner.IsCancellable Property

Definition

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to