다음을 통해 공유


AppendVariableActivity.Value Property

Definition

Gets or sets value to be appended. Could be a static value or Expression

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.value")]
public object Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.value")>]
member this.Value : obj with get, set
Public Property Value As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to