Share via


ODataMethodBooleanResponse.Value Property

Definition

Nullable in case the value property is not present. ///

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to