Share via


InputVariable.Default Property

Definition

Gets or sets a default value for the variable.

[System.Text.Json.Serialization.JsonPropertyName("default")]
public object? Default { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("default")>]
member this.Default : obj with get, set
Public Property Default As Object

Property Value

Attributes

Applies to