다음을 통해 공유


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

적용 대상