Share via


TemplateFileParameterV1.AllowedValues Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to