次の方法で共有


FunctionInput.IsConfigurationParameter プロパティ

定義

パラメーターが構成パラメーターであるかどうかを示すフラグを取得または設定します。 True を指定すると、この入力パラメーターは定数になります。 既定値は false です。

[Newtonsoft.Json.JsonProperty(PropertyName="isConfigurationParameter")]
public bool? IsConfigurationParameter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isConfigurationParameter")>]
member this.IsConfigurationParameter : Nullable<bool> with get, set
Public Property IsConfigurationParameter As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象