ProblemDetails.Detail 속성

정의

이 문제 발생과 관련된 사람이 읽을 수 있는 설명입니다.

public:
 property System::String ^ Detail { System::String ^ get(); void set(System::String ^ value); };
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.JsonPropertyOrder(-2)]
public string? Detail { get; set; }
member 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, set
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-2)>]
member this.Detail : string with get, set
Public Property Detail As String

속성 값

특성

적용 대상