ProblemDetails.Title プロパティ

定義

問題の種類の簡単で人間が判読できる概要。 ローカライズの目的 (プロアクティブ コンテンツ ネゴシエーションの使用など) を除き、問題の発生から発生に変更しないでください (例: [RFC7231]、セクション 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

プロパティ値

属性

適用対象