次の方法で共有


ActivityDependency.DependencyConditions プロパティ

定義

依存関係の match-Condition を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="dependencyConditions")]
public System.Collections.Generic.IList<string> DependencyConditions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dependencyConditions")>]
member this.DependencyConditions : System.Collections.Generic.IList<string> with get, set
Public Property DependencyConditions As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象