Condividi tramite


ParameterDefinitionsValue.AllowedValues Property

Definition

Gets or sets the allowed values for the parameter.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedValues")]
public System.Collections.Generic.IList<object> AllowedValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedValues")>]
member this.AllowedValues : System.Collections.Generic.IList<obj> with get, set
Public Property AllowedValues As IList(Of Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to