ProblemDetails.Detail 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這種問題的特定人類可讀說明。
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; }
[System.Text.Json.Serialization.JsonPropertyName("detail")]
[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
[<System.Text.Json.Serialization.JsonPropertyName("detail")>]
[<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
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute JsonIgnoreAttribute JsonPropertyOrderAttribute