IStepInput.QuestionContentType Property

Definition

Default is Text.

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.PSArgumentCompleter(new System.String[] { "Text", "Html", "Markdown" })]
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Default is Text.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="questionContentType", Update=true)]
public string QuestionContentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.PSArgumentCompleter(new System.String[] { "Text", "Html", "Markdown" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Default is Text.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="questionContentType", Update=true)>]
member this.QuestionContentType : string with get, set
Public Property QuestionContentType As String

Property Value

Attributes

Applies to