次の方法で共有


EventResponseMessage.StatusCode プロパティ

定義

イベント応答メッセージの状態コードを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象