JobResource.IsPrepareToShipEnabled Property

Definition

Gets is Prepare To Ship Enabled on this job

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to