次の方法で共有


ActivityParameter.IsDynamic プロパティ

定義

パラメーターが動的な場合に true を示すブール値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象