次の方法で共有


MatchCondition.NegationConditon プロパティ

定義

これが条件を否定するかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象