Share via


ODataMethodIntResponse.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 int? Value { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="value", Required=Newtonsoft.Json.Required.Default)>]
member this.Value : Nullable<int> with get, set
Public Property Value As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to