Compartir a través de


ScriptActivityParameter.Direction Propiedad

Definición

Obtiene o establece la dirección del parámetro. Entre los valores posibles se incluyen: "Input", "Output", "InputOutput"

[Newtonsoft.Json.JsonProperty(PropertyName="direction")]
public string Direction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="direction")>]
member this.Direction : string with get, set
Public Property Direction As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a