Share via


Executors.IsDynamicAllocationOn Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to