BoolEqualsAdvancedFilter.Value Property

Definition

Gets or sets the boolean filter value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to