ProblemDetails.Detail Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Lidsky čitelné vysvětlení specifické pro tento výskyt problému.
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
Hodnota vlastnosti
- Atributy
-
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute JsonIgnoreAttribute JsonPropertyOrderAttribute