IStepInput.QuestionType Property

Definition

Type of Question

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.PSArgumentCompleter(new System.String[] { "RadioButton", "Dropdown", "TextInput", "MultiLineInfoBox", "DateTimePicker", "MultiSelect" })]
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Type of Question", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="questionType", Update=true)]
public string QuestionType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.PSArgumentCompleter(new System.String[] { "RadioButton", "Dropdown", "TextInput", "MultiLineInfoBox", "DateTimePicker", "MultiSelect" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Type of Question", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="questionType", Update=true)>]
member this.QuestionType : string with get, set
Public Property QuestionType As String

Property Value

Attributes

Applies to