ProblemDetails.Detail Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A human-readable explanation specific to this occurrence of the problem.
public:
 property System::String ^ Detail { System::String ^ get(); void set(System::String ^ value); };[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("detail")]
[System.Text.Json.Serialization.JsonPropertyOrder(-2)]
public string? Detail { get; set; }public string Detail { get; set; }[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="detail")]
public string Detail { get; set; }[System.Text.Json.Serialization.JsonPropertyName("detail")]
public string Detail { get; set; }[System.Text.Json.Serialization.JsonPropertyName("detail")]
public string? Detail { get; set; }[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("detail")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-2)>]
member this.Detail : string with get, setmember this.Detail : string with get, set[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="detail")>]
member this.Detail : string with get, set[<System.Text.Json.Serialization.JsonPropertyName("detail")>]
member this.Detail : string with get, setPublic Property Detail As StringProperty Value
- Attributes
- 
			JsonIgnoreAttribute JsonPropertyNameAttribute JsonPropertyOrderAttribute Newtonsoft.Json.JsonPropertyAttribute