Status.Code プロパティ

定義

状態コードを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象