Partilhar via


CommandPostBody.Arguments Propriedade

Definição

Obtém ou define os argumentos para o comando a ser executado

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a