GalleryScriptParameter.EnumValues Property

Definition

Gets or sets a list of permissible values. Only applicable values are from 'enum' values defined in 'GalleryScriptParameter'.

[Newtonsoft.Json.JsonProperty(PropertyName="enumValues")]
public System.Collections.Generic.IList<string> EnumValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enumValues")>]
member this.EnumValues : System.Collections.Generic.IList<string> with get, set
Public Property EnumValues As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to