次の方法で共有


EventsRequestInfo.Success プロパティ

定義

要求が成功したかどうかを示す値を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象