Share via


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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to