Error.Parameter Property

Definition

Gets the parameter in the request that caused the error.

[Newtonsoft.Json.JsonProperty(PropertyName="parameter")]
public string Parameter { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameter")>]
member this.Parameter : string
Public ReadOnly Property Parameter As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to