ProblemDetails.Title Właściwość

Definicja

Krótkie, czytelne dla człowieka podsumowanie typu problemu. Nie powinien zmieniać się z wystąpienia problemu na wystąpienie problemu, z wyjątkiem celów lokalizacyjnych (np. przy użyciu proaktywnych negocjacji zawartości; zobacz[RFC7231], sekcja 3.4).

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="title")]
public string Title { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("title")]
public string Title { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("title")]
public string? Title { get; set; }
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyOrder(-4)]
public string? Title { get; set; }
member this.Title : string with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="title")>]
member this.Title : string with get, set
[<System.Text.Json.Serialization.JsonPropertyName("title")>]
member this.Title : string with get, set
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-4)>]
member this.Title : string with get, set
Public Property Title As String

Wartość właściwości

Atrybuty

Dotyczy