次の方法で共有


ApiErrorModel.ErrorDetails プロパティ

定義

[Newtonsoft.Json.JsonProperty("errorDetails", NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string ErrorDetails { get; set; }
[<Newtonsoft.Json.JsonProperty("errorDetails", NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ErrorDetails : string with get, set
Public Property ErrorDetails As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象