ServiceError.Target Property

Definition

Gets or sets the target of the error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to