Share via


ParameterValue.Value Property

Definition

Gets or sets parameter value. Any valid JSON value is allowed including objects, arrays, strings, numbers and booleans.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public object Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : obj with get, set
Public Property Value As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to