Share via


InputVariable.IsRequired Property

Definition

Gets or sets whether the variable is considered required (rather than optional).

[System.Text.Json.Serialization.JsonPropertyName("is_required")]
public bool IsRequired { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_required")>]
member this.IsRequired : bool with get, set
Public Property IsRequired As Boolean

Property Value

Attributes

Remarks

The default is true.

Applies to