Share via


ErrorDetails.Target Property

Definition

Gets the target of the particular error (for example, the name of the property in error).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to