共用方式為


MatchCondition.NegationConditon Property

Definition

Gets or sets describes if this is negate condition or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to