RunCommandParameterDefinition.Required Property

Definition

Gets or sets the run command parameter required.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to