Share via


FunctionInput.IsConfigurationParameter Property

Definition

Gets or sets a flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to