ActionDetail.Detail Property

Definition

Gets or sets the detail of the friendly error message

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to