Share via


ICustomizationTaskInput.Required Property

Definition

Whether or not the input is required.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether or not the input is required.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="required")]
public bool? Required { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether or not the input is required.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="required")>]
member this.Required : Nullable<bool>
Public ReadOnly Property Required As Nullable(Of Boolean)

Property Value

Attributes

Applies to