次の方法で共有


Response.StatusCode プロパティ

定義

応答のステータス コードを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="statusCode")]
public int? StatusCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusCode")>]
member this.StatusCode : Nullable<int> with get, set
Public Property StatusCode As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象