Compartir a través de


CommandPostBody.Arguments Propiedad

Definición

Obtiene o establece los argumentos del comando que se va a ejecutar.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a