次の方法で共有


ForEachActivity.IsSequential プロパティ

定義

ループを順番または並列で実行する必要がある値を取得または設定します (最大 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象