Error.Target Property

Definition

Indicates the target of the error, for example, the name of the property in error.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="target", Required=Newtonsoft.Json.Required.Default)]
public string Target { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="target", Required=Newtonsoft.Json.Required.Default)>]
member this.Target : string with get, set
Public Property Target As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to