WritableProperty.AckCode プロパティ

定義

プロパティ更新要求の応答コード 。通常は HTTP 状態コード (200 など)。

[Newtonsoft.Json.JsonProperty("ackCode")]
public int AckCode { get; set; }
[<Newtonsoft.Json.JsonProperty("ackCode")>]
member this.AckCode : int with get, set
Public Property AckCode As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象