Bagikan melalui


ForEachActivity.IsSequential Property

Definition

Gets or sets should the loop be executed in sequence or in parallel (max 50)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to