ApiErrorModel.Arguments Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to