IStepInput.QuestionContent Property

Definition

User question content.

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="User question content.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="questionContent", Update=true)]
public string QuestionContent { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="User question content.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="questionContent", Update=true)>]
member this.QuestionContent : string with get, set
Public Property QuestionContent As String

Property Value

Attributes

Applies to