Condividi tramite


JobResource.IsDeletable Property

Definition

Gets describes whether the job is deletable or not.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isDeletable")]
public bool? IsDeletable { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isDeletable")>]
member this.IsDeletable : Nullable<bool>
Public ReadOnly Property IsDeletable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to