次の方法で共有


MatchResponse.IsMatch プロパティ

定義

一致があるかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象