​
​
​

Gets the dialog box's UserInput object, which can be used to inform the dialog box about user input. The generator uses this information to generate a new view.

Syntax

​public UserInput UserInput { get; }
​Public ReadOnly Property UserInput() As UserInput
​

Limitations

Read only.

​