UserAnswer Property
Gets or sets the user's default answer.
Syntax
public PromptAnswer UserAnswer {get; set;}Public Property UserAnswer As PromptAnswerRemarks
The user can change their default answer to be another value. This represents the value that the user has configured to be the new default answer. The user's default answer is different from the PromptDefinition's default answer. One is what the user prefers while the other is a property of the prompt. If this isn’t set, then the value of the “DefaultResponse?property will be user. If Reset() is called, then this value will be reset to empty, and the original default will be restored.