次の方法で共有


ParameterDefinitionsValue.AllowedValues プロパティ

定義

パラメーターに使用できる値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象