Condividi tramite


MatchResponse.IsMatch Property

Definition

Gets or sets indicates if there is a match.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to