IStepInput.QuestionContentType 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.
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