InputVariable.IsRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.